Skip to content

Commit

Permalink
Add permissions for OpenID connect auth to work on action workflows (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
eljog committed Dec 5, 2023
1 parent e912ced commit b490e94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
schedule:
- cron: '0 14 * * MON'

permissions:
id-token: write
contents: read

jobs:
build-and-push:
name: Build and push
Expand Down

0 comments on commit b490e94

Please sign in to comment.