From ae7c7658f0e63d3a41f744feb43ade8fccb497bc Mon Sep 17 00:00:00 2001 From: Harrison Weinstock Date: Thu, 7 May 2026 21:40:05 +0000 Subject: [PATCH] ci: use AUTOMATION_ACCOUNT_PAT_TOKEN for issue creation --- .github/workflows/ci-failure-issue.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-failure-issue.yml b/.github/workflows/ci-failure-issue.yml index 817fc6115..03997af4e 100644 --- a/.github/workflows/ci-failure-issue.yml +++ b/.github/workflows/ci-failure-issue.yml @@ -21,6 +21,7 @@ jobs: steps: - uses: actions/github-script@v9 with: + github-token: ${{ secrets.AUTOMATION_ACCOUNT_PAT_TOKEN }} script: | try { const workflowName = context.payload.workflow_run.name;