diff --git a/.github/workflows/priority.yml b/.github/workflows/priority.yml index e482f812c..2a7d75b2a 100644 --- a/.github/workflows/priority.yml +++ b/.github/workflows/priority.yml @@ -13,7 +13,12 @@ jobs: permissions: pull-requests: write issues: write + env: + GITHUB_TOKEN: ${{ secrets.ORG_TAURI_BOT_PAT }} steps: + - name: Set up GitHub CLI + run: | + echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token - name: Get project data env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}