1
0
Fork 0

chore: rename github action repo secret

Apparently we can't have secret names starting wih `GITHUB` anymore
This commit is contained in:
Kim, Jimin 2023-05-30 23:57:36 +09:00
parent 42ee21192e
commit 1ac19b94de

View file

@ -64,5 +64,5 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GH_PAT }}
branch: gh-pages