mirror of
https://github.com/PaperMC/Paper.git
synced 2025-05-18 21:20:24 -07:00
Update projects dependents GitHub Action (#12436)
This commit is contained in:
parent
5f0b82925e
commit
04b91129a5
5
.github/workflows/projects.yml
vendored
5
.github/workflows/projects.yml
vendored
@ -18,10 +18,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: "authenticate"
|
- name: "authenticate"
|
||||||
id: "authenticate"
|
id: "authenticate"
|
||||||
uses: "tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92" # v1
|
uses: "tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a" # v2.1.0
|
||||||
with:
|
with:
|
||||||
|
installation_retrieval_mode: id
|
||||||
|
installation_retrieval_payload: "36153445"
|
||||||
app_id: "${{ secrets.PROJECTS_APP_ID }}"
|
app_id: "${{ secrets.PROJECTS_APP_ID }}"
|
||||||
installation_id: "36153445"
|
|
||||||
private_key: "${{ secrets.PROJECTS_PRIVATE_KEY }}"
|
private_key: "${{ secrets.PROJECTS_PRIVATE_KEY }}"
|
||||||
|
|
||||||
- uses: PaperMC/update-projects-action@v0.2.0
|
- uses: PaperMC/update-projects-action@v0.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user