Skip to content

Commit 0596d38

Browse files
authored
misc: add permissions to update-canary job (#1584)
1 parent 5218e64 commit 0596d38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update-canary.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
release:
66
types: [ published ]
77

8+
permissions:
9+
id-token: write
10+
contents: read
11+
812
jobs:
913
update-canary:
1014
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)