Skip to content

Commit

Permalink
#24: Try using api token for clone repo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpowis committed Aug 9, 2023
1 parent 9de901e commit d40e55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: maxpowis/maxpowis.github.io
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.API_TOKEN_GITHUB }}
path: ./github-pages
- name: Copy pdf files to github-pages
run: |
Expand Down

0 comments on commit d40e55e

Please sign in to comment.