Skip to content

Commit 4a05efa

Browse files
TrueBrainglx22
authored andcommitted
Fix: [CI] actually use the GitHub Apps token to trigger "Publish Docs" (OpenTTD#11128)
1 parent f56bb7f commit 4a05efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-cdn.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Trigger 'Publish Docs'
9898
uses: peter-evans/repository-dispatch@v2
9999
with:
100-
token: ${{ secrets.DEPLOYMENT_TOKEN }}
100+
token: ${{ steps.generate_token.outputs.token }}
101101
repository: OpenTTD/workflows
102102
event-type: publish-docs
103103
client-payload: '{"version": "${{ inputs.version }}", "folder": "${{ inputs.folder }}"}'

0 commit comments

Comments
 (0)