Skip to content

Commit

Permalink
Merge pull request chipsalliance#2225 from hzeller/feature-20240804-g…
Browse files Browse the repository at this point in the history
…h-tok-rename

Looks like token argument got renamed for gh-pages action.
  • Loading branch information
hzeller authored Aug 4, 2024
2 parents a587ca4 + 8de04eb commit ee27479
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 ee27479

Please sign in to comment.