Skip to content

Commit 96f21f6

Browse files
authored
Move id-token permission (#23)
1 parent 1e7b28c commit 96f21f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ on:
1111
permissions:
1212
actions: write
1313
contents: read
14-
id-token: write
1514

1615
jobs:
1716
build:
1817
runs-on: ubuntu-latest
1918
name: Ruby ${{ matrix.ruby }}
19+
permissions:
20+
id-token: write
2021
strategy:
2122
matrix:
2223
ruby:

0 commit comments

Comments
 (0)