1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Another try

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2022-09-28 15:01:51 +13:00
parent 9eb799825e
commit a78f4f6d30

View File

@@ -6,13 +6,10 @@ on:
jobs:
task-check:
runs-on: ubuntu-latest
permissions:
pull-requests: write
checks: write
steps:
- name: Get GitHub API token
id: get-app-token
uses: getsentry/action-github-app-token@v1
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.PR_TASK_COMPLETED_CHECKER_APP_ID }}
private_key: ${{ secrets.PR_TASK_COMPLETED_CHECKER_APP_PRIVATE_KEY }}