1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-09-19 00:42:35 +02:00

Change secret name

This commit is contained in:
TheArcaneBrony 2023-05-01 12:42:17 +02:00
parent 7613030d93
commit cf0cc1b844
No known key found for this signature in database
GPG Key ID: 32FC5AAADAD75A22

View File

@ -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',