Skip to content

Commit f414731

Browse files
bradeglerverbanicm
authored andcommitted
fix: added id-token permission to the update workflow (#35)
1 parent b9b3aae commit f414731

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-checksums.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
contents: 'write'
2424
packages: 'write'
2525
pull-requests: 'write'
26+
id-token: 'write'
27+
2628
runs-on: 'ubuntu-latest'
2729
steps:
2830
- id: 'checkout'

0 commit comments

Comments
 (0)