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 948ff02Copy full SHA for 948ff02
.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_TRIGGER_CI_GITHUB_TOKEN }}
75
run: |
76
gh api repos/ArkScript-lang/website/dispatches --raw-field event_type=my_update_docs
0 commit comments