Skip to content

Commit 120f535

Browse files
committed
Grant required permissions for release
1 parent 07f1a3f commit 120f535

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ jobs:
9494
runs-on: ubuntu-latest
9595
environment: publish
9696
permissions:
97+
# Required to create release
98+
contents: write
99+
# Required for OIDC
97100
id-token: write
98101
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
99102

0 commit comments

Comments
 (0)