Skip to content

Commit ee71de2

Browse files
fix: secrets env values
secrets 변수인 GITHUB_TOKEN을 TRIPLE_BOT_GITHUB_TOKEN로 변경합니다
1 parent 2f66927 commit ee71de2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: fountainhead/[email protected]
4242
id: wait-for-ci
4343
with:
44-
token: ${{ secrets.GITHUB_TOKEN }}
44+
token: ${{ secrets.TRIPLE_BOT_GITHUB_TOKEN }}
4545
checkName: build
4646

4747
- name: Shutdown workflow
@@ -203,7 +203,7 @@ jobs:
203203
run: |
204204
curl \
205205
--url $GITHUB_API_URL_BASE/issues/${{ env.PR_NUMBER }}/comments \
206-
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
206+
-H "Authorization: token ${{ secrets.TRIPLE_BOT_GITHUB_TOKEN }}" \
207207
-H "Content-Type: application/json" \
208208
-f --request POST \
209209
-d "{\"body\":\"${{ env.DEPLOY_VERSION }} has been published!\"}"

0 commit comments

Comments
 (0)