diff --git a/.github/workflows/check_pr_tasks_completed.yml b/.github/workflows/check_pr_tasks_completed.yml index 0fb6080..fbcc734 100644 --- a/.github/workflows/check_pr_tasks_completed.yml +++ b/.github/workflows/check_pr_tasks_completed.yml @@ -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 }}