Skip to content

Commit 948ff02

Browse files
committed
chore(ci): update token used
1 parent 1e1049f commit 948ff02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171
- name: Create repository dispatch event
7272
if: github.ref == 'refs/heads/master'
7373
env:
74-
GITHUB_TOKEN: ${{ secrets.READONLY_GITHUB_TOKEN }}
74+
GITHUB_TOKEN: ${{ secrets.WEBSITE_TRIGGER_CI_GITHUB_TOKEN }}
7575
run: |
7676
gh api repos/ArkScript-lang/website/dispatches --raw-field event_type=my_update_docs

0 commit comments

Comments
 (0)