mirror of https://github.com/OpenTTD/OpenTTD
Fix 62d7d92a: [CI] tibdex/github-app-token's syntax changed with v2 (#11893)
parent
fef0bfcfd3
commit
c6dc9570f0
|
@ -126,8 +126,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
app_id: ${{ secrets.DEPLOYMENT_APP_ID }}
|
app_id: ${{ secrets.DEPLOYMENT_APP_ID }}
|
||||||
private_key: ${{ secrets.DEPLOYMENT_APP_PRIVATE_KEY }}
|
private_key: ${{ secrets.DEPLOYMENT_APP_PRIVATE_KEY }}
|
||||||
repositories: >-
|
installation_retrieval_mode: "repository"
|
||||||
["OpenTTD/workflows"]
|
installation_retrieval_payload: "OpenTTD/workflows"
|
||||||
|
|
||||||
- name: Trigger 'Publish Docs'
|
- name: Trigger 'Publish Docs'
|
||||||
uses: peter-evans/repository-dispatch@v3
|
uses: peter-evans/repository-dispatch@v3
|
||||||
|
|
Loading…
Reference in New Issue