Skip to content

Commit 3e1dbe1

Browse files
authored
Add permissions for id-token in workflow (#607)
1 parent 81a1c7c commit 3e1dbe1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tool.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
build:
2424
runs-on: ubuntu-latest
2525

26+
permissions:
27+
id-token: write
28+
2629
steps:
2730
- name: Checkout
2831
uses: actions/checkout@v6

0 commit comments

Comments
 (0)