Skip to content

Commit 9ae0de4

Browse files
authored
ci(release): fix release authentication (#924)
1 parent 28196eb commit 9ae0de4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/github-actions.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ jobs:
6161
name: Release
6262
runs-on: ubuntu-latest
6363
needs: [test, lint]
64+
permissions:
65+
contents: write
66+
issues: write
67+
pull-requests: write
68+
id-token: write
6469
if: ${{ (github.ref == 'refs/heads/main') && (contains(fromJSON('["workflow_dispatch", "schedule"]'), github.event_name)) }}
6570

6671
steps:

0 commit comments

Comments
 (0)