Skip to content

Commit

Permalink
Looks like token argument got renamed for gh-pages action.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Aug 4, 2024
1 parent a587ca4 commit 8de04eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verible-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ jobs:
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: /tmp/pages
CLEAN: true

0 comments on commit 8de04eb

Please sign in to comment.