Skip to content

Commit 6f8b840

Browse files
authored
Added Permissions
1 parent d470413 commit 6f8b840

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
runs-on: ubuntu-latest
3030
if: ${{ github.ref == 'refs/heads/main' }}
3131
needs: [Verify]
32+
permissions:
33+
id-token: write
34+
contents: write
3235
steps:
3336
- uses: actions/checkout@v2
3437
- name: Setup Node.js environment

0 commit comments

Comments
 (0)