mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-22 02:12:30 +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
|
- name: Trigger docs rebuild
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v6
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GH_TOKEN }}
|
||||||
script: |
|
script: |
|
||||||
const result = await github.rest.actions.createWorkflowDispatch({
|
const result = await github.rest.actions.createWorkflowDispatch({
|
||||||
owner: 'spacebarchat',
|
owner: 'spacebarchat',
|
||||||
|
Loading…
Reference in New Issue
Block a user