mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
@@ -6,13 +6,10 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
task-check:
|
task-check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
|
||||||
pull-requests: write
|
|
||||||
checks: write
|
|
||||||
steps:
|
steps:
|
||||||
- name: Get GitHub API token
|
- name: Get GitHub API token
|
||||||
id: get-app-token
|
id: get-app-token
|
||||||
uses: getsentry/action-github-app-token@v1
|
uses: tibdex/github-app-token@v1
|
||||||
with:
|
with:
|
||||||
app_id: ${{ secrets.PR_TASK_COMPLETED_CHECKER_APP_ID }}
|
app_id: ${{ secrets.PR_TASK_COMPLETED_CHECKER_APP_ID }}
|
||||||
private_key: ${{ secrets.PR_TASK_COMPLETED_CHECKER_APP_PRIVATE_KEY }}
|
private_key: ${{ secrets.PR_TASK_COMPLETED_CHECKER_APP_PRIVATE_KEY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user