Skip to content

Commit 90516fa

Browse files
committed
fix: id-token write permission at job level
1 parent 2965c81 commit 90516fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ permissions:
1414
jobs:
1515
build_and_publish:
1616
runs-on: ubuntu-latest
17-
17+
permissions:
18+
id-token: write
1819
steps:
1920
# checkout repository
2021
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)