We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620f68b commit 8c0db80Copy full SHA for 8c0db80
.github/workflows/release.yml
@@ -82,5 +82,5 @@ jobs:
82
with:
83
workflow: dist-pr.yml
84
ref: 'temp-build-branch'
85
- token: ${{ secrets.GH_APPROVE_TOKEN }} # Use the same token that pushed, it needs 'workflows: write' permissions
+ token: ${{ secrets.GH_APPROVER_TOKEN }} # Use the same token that pushed, it needs 'workflows: write' permissions
86
inputs: '{ "source_run_id": "${{ github.run_id }}" }' # Optional: Pass the run ID for traceability
0 commit comments