Skip to content

Commit

Permalink
use github.token
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed May 15, 2024
1 parent 1a0e056 commit 715c1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ runs:
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
if: inputs.gh-pages-branch != '' && github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ github.token }}
publish_branch: ${{ inputs.gh-pages-branch }}
publish_dir: ${{ steps.validate.outputs.output-directory }}
user_name: 'github-actions[bot]'
Expand Down

0 comments on commit 715c1d4

Please sign in to comment.