We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ccd8a commit 003d117Copy full SHA for 003d117
1 file changed
.github/workflows/update-prerelease-reference.yml
@@ -148,6 +148,6 @@ jobs:
148
- name: Trigger preview deployment
149
if: steps.should-update.outputs.update == 'true'
150
env:
151
- GH_TOKEN: ${{ github.token }}
+ GH_TOKEN: ${{ secrets.ISSUE_COMMENT_TRIGGER_PAT }}
152
run: |
153
gh pr comment "${{ steps.create-pr.outputs.pr_url }}" --body "/deploy-preview"
0 commit comments