We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1049f commit a5c85f4Copy full SHA for a5c85f4
.github/workflows/ci.yml
@@ -71,6 +71,6 @@ jobs:
71
- name: Create repository dispatch event
72
if: github.ref == 'refs/heads/master'
73
env:
74
- GITHUB_TOKEN: ${{ secrets.READONLY_GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.WEBSITE_PUSH_COMMIT_GITHUB_TOKEN }}
75
run: |
76
gh api repos/ArkScript-lang/website/dispatches --raw-field event_type=my_update_docs
0 commit comments