Skip to content

Commit b490e94

Browse files
authored
Add permissions for OpenID connect auth to work on action workflows (#872)
1 parent e912ced commit b490e94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/push-dev.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
schedule:
66
- cron: '0 14 * * MON'
77

8+
permissions:
9+
id-token: write
10+
contents: read
11+
812
jobs:
913
build-and-push:
1014
name: Build and push

0 commit comments

Comments
 (0)