Skip to content

Commit 95b7a06

Browse files
committed
fix: deploy-key 값 변수명 오류로 인한 수정
1 parent 2d3d295 commit 95b7a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/web-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
- name: Deploy to github pages
5151
uses: peaceiris/actions-gh-pages@v3
5252
with:
53-
github_token: ${{ secrets.STATIC_DEPLOY_KEY }}
53+
github_token: ${{ secrets.WEB_DEPLOY_KEY }}
5454
publish_dir: ./build/web

0 commit comments

Comments
 (0)