Skip to content

Commit b0613b2

Browse files
committed
review
1 parent cfd03b9 commit b0613b2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/rerun-failed-daily-jobs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ concurrency:
1414
cancel-in-progress: false
1515

1616
permissions:
17-
actions: write
1817
contents: read
1918

2019
jobs:
2120
rerun-failed-jobs:
21+
permissions:
22+
contents: read
23+
actions: write
2224
runs-on: ubuntu-latest
2325
timeout-minutes: 10
2426
if: github.event.workflow_run.conclusion == 'failure'
@@ -29,4 +31,4 @@ jobs:
2931
env:
3032
GH_TOKEN: ${{ github.token }}
3133
WORKFLOW_RUN_ID: ${{ github.event.workflow_run.id }}
32-
run: python .github/scripts/rerun-failed-workflow-jobs.py
34+
run: python .github/scripts/rerun-failed-workflow-jobs.py

0 commit comments

Comments
 (0)