chore: rename github action repo secret
Apparently we can't have secret names starting wih `GITHUB` anymore
This commit is contained in:
parent
42ee21192e
commit
1ac19b94de
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue