Skip to content

Commit

Permalink
try to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yznts committed Jan 28, 2024
1 parent 3124efa commit 724fabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Dispatch workflow
uses: actions/github-script@v6
with:
github-token: ${{ secrets.PAT_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'kyoto-framework',
Expand Down

0 comments on commit 724fabd

Please sign in to comment.