Skip to content

Commit f07eea3

Browse files
authored
ci: id-token, not token (#104)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 739d5d4 commit f07eea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
if: startsWith(github.ref, 'refs/tags/v')
2323
permissions:
24-
token: write
24+
id-token: write
2525
attestations: write
2626

2727
steps:

0 commit comments

Comments
 (0)