We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 714b178 commit d8fc802Copy full SHA for d8fc802
1 file changed
.github/workflows/ci-failure-issue.yml
@@ -21,6 +21,7 @@ jobs:
21
steps:
22
- uses: actions/github-script@v9
23
with:
24
+ github-token: ${{ secrets.AUTOMATION_ACCOUNT_PAT_TOKEN }}
25
script: |
26
try {
27
const workflowName = context.payload.workflow_run.name;
0 commit comments