Skip to content

Commit 3efd572

Browse files
committed
fix: 일부 내용 수정
1 parent 9c1b7f7 commit 3efd572

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
id: create_tag
2222
uses: mathieudutour/github-tag-action@v6.1
2323
with:
24-
github_token: ${{ secrets.GITHUB_TOKEN }}
24+
github_token: ${{ secrets.TOKEN_GITHUB }}
2525
- name: Create Release
2626
id: create_release
2727
uses: actions/create-release@v1
2828
env:
29-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
3030
with:
3131
tag_name: ${{ steps.create_tag.outputs.new_tag }}
3232
release_name: Release ${{ steps.create_tag.outputs.new_tag }}
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
registry: ghcr.io
4848
username: ${{ github.actor }}
49-
password: ${{ secrets.GITHUB_TOKEN }}
49+
password: ${{ secrets.TOKEN_GITHUB }}
5050
- name: set lower case owner name
5151
run: |
5252
echo "OWNER_LC=${OWNER,,}" >> ${GITHUB_ENV}

0 commit comments

Comments
 (0)