Skip to content

Commit 53f84d9

Browse files
authored
fix: change permissions and token name to trigger deploy (#391)
2 parents bf00891 + c53384a commit 53f84d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
contents: write # Permit release creation
1313
issues: write # Write on released issues
1414
pull-requests: write # Write on released PRs
15+
actions: write # Trigger deploy action
1516
steps:
1617
- name: Checkout sources
1718
uses: actions/checkout@v4
@@ -27,4 +28,4 @@ jobs:
2728
- name: Release with semantic versioning
2829
run: npx semantic-release
2930
env:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)