Skip to content

Commit

Permalink
Github Actions workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xszqxszq committed Apr 26, 2024
1 parent 1b5870b commit 25f9dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: jeffreytse/[email protected]
with:
provider: 'github' # Default is github
token: ${{ secrets.GH_TOKEN }} # It's your Personal Access Token(PAT)
token: ${{ secrets.GITHUB_TOKEN }} # It's your Personal Access Token(PAT)
ssh_private_key: '' # It's your SSH private key (SSH approach)
repository: '' # Default is current repository
branch: 'gh-pages' # Default is gh-pages for github provider
Expand Down

0 comments on commit 25f9dd7

Please sign in to comment.