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 2f66927 commit ee71de2Copy full SHA for ee71de2
.github/workflows/cd.yaml
@@ -41,7 +41,7 @@ jobs:
41
uses: fountainhead/[email protected]
42
id: wait-for-ci
43
with:
44
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.TRIPLE_BOT_GITHUB_TOKEN }}
45
checkName: build
46
47
- name: Shutdown workflow
@@ -203,7 +203,7 @@ jobs:
203
run: |
204
curl \
205
--url $GITHUB_API_URL_BASE/issues/${{ env.PR_NUMBER }}/comments \
206
- -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
+ -H "Authorization: token ${{ secrets.TRIPLE_BOT_GITHUB_TOKEN }}" \
207
-H "Content-Type: application/json" \
208
-f --request POST \
209
-d "{\"body\":\"${{ env.DEPLOY_VERSION }} has been published!\"}"
0 commit comments