Skip to content

Commit d8fc802

Browse files
authored
ci: use AUTOMATION_ACCOUNT_PAT_TOKEN for issue creation (#1176)
1 parent 714b178 commit d8fc802

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci-failure-issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/github-script@v9
2323
with:
24+
github-token: ${{ secrets.AUTOMATION_ACCOUNT_PAT_TOKEN }}
2425
script: |
2526
try {
2627
const workflowName = context.payload.workflow_run.name;

0 commit comments

Comments
 (0)