We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd9991 commit 0adb454Copy full SHA for 0adb454
1 file changed
.github/workflows/release.yml
@@ -130,6 +130,6 @@ jobs:
130
uses: benc-uk/workflow-dispatch@v1
131
with:
132
workflow: dist-pr.yml
133
- ref: "temp-build-branch"
+ ref: "main"
134
token: ${{ secrets.GH_APPROVER_TOKEN }} # Use the same token that pushed, it needs 'workflows: write' permissions
135
inputs: '{ "source_run_id": "${{ github.run_id }}" }' # Optional: Pass the run ID for traceability
0 commit comments