mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-09 12:12:34 +01:00
Change secret name
This commit is contained in:
parent
7613030d93
commit
cf0cc1b844
2
.github/workflows/docs-trigger.yml
vendored
2
.github/workflows/docs-trigger.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
- name: Trigger docs rebuild
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github-token: ${{ secrets.GH_TOKEN }}
|
||||
script: |
|
||||
const result = await github.rest.actions.createWorkflowDispatch({
|
||||
owner: 'spacebarchat',
|
||||
|
Loading…
Reference in New Issue
Block a user