1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-12 17:26:19 +00:00

Update build script

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2022-10-11 05:04:05 +13:00
parent 93b6615602
commit 90faffb974
3 changed files with 26 additions and 27 deletions

View File

@@ -11,7 +11,7 @@ jobs:
id: get-app-token
uses: tibdex/github-app-token@v1
with:
app_id: 242301
app_id: ${{ secrets.PR_TASK_COMPLETED_CHECKER_APP_ID }}
private_key: ${{ secrets.PR_TASK_COMPLETED_CHECKER_APP_PRIVATE_KEY }}
- uses: Shopify/task-list-checker@main