Skip to content

Commit

Permalink
Permission issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
springcomp authored Mar 25, 2023
1 parent 0292489 commit e9706b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update_website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
tags:
- v*
- 2015-09-05-9e8d0e3
- preview_*
branches:
- main
jobs:
Expand All @@ -13,7 +12,7 @@ jobs:
steps:
- uses: actions/github-script@v6
with:
github-token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'jmespath-community',
Expand Down

0 comments on commit e9706b2

Please sign in to comment.