Skip to content

Commit 8c0db80

Browse files
authored
Update release.yml (#409)
Fixes a bad spelling of GH_APPROVER_TOKEN
1 parent 620f68b commit 8c0db80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ jobs:
8282
with:
8383
workflow: dist-pr.yml
8484
ref: 'temp-build-branch'
85-
token: ${{ secrets.GH_APPROVE_TOKEN }} # Use the same token that pushed, it needs 'workflows: write' permissions
85+
token: ${{ secrets.GH_APPROVER_TOKEN }} # Use the same token that pushed, it needs 'workflows: write' permissions
8686
inputs: '{ "source_run_id": "${{ github.run_id }}" }' # Optional: Pass the run ID for traceability

0 commit comments

Comments
 (0)