We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd03b9 commit b0613b2Copy full SHA for b0613b2
1 file changed
.github/workflows/rerun-failed-daily-jobs.yml
@@ -14,11 +14,13 @@ concurrency:
14
cancel-in-progress: false
15
16
permissions:
17
- actions: write
18
contents: read
19
20
jobs:
21
rerun-failed-jobs:
+ permissions:
22
+ contents: read
23
+ actions: write
24
runs-on: ubuntu-latest
25
timeout-minutes: 10
26
if: github.event.workflow_run.conclusion == 'failure'
@@ -29,4 +31,4 @@ jobs:
29
31
env:
30
32
GH_TOKEN: ${{ github.token }}
33
WORKFLOW_RUN_ID: ${{ github.event.workflow_run.id }}
- run: python .github/scripts/rerun-failed-workflow-jobs.py
34
+ run: python .github/scripts/rerun-failed-workflow-jobs.py
0 commit comments