Skip to content

Commit 8fa8341

Browse files
committed
Fix konflux retest shared workflow
1 parent b25bcdc commit 8fa8341

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Auto-retest Konflux Builds
1+
name: Retest Konflux Builds
22

33
on:
44
check_run:
@@ -8,10 +8,10 @@ on:
88

99
jobs:
1010
retest-failed-builds:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- name: Retest failed builds
14-
uses: stackrox/actions/konflux/auto-retest/retest-failed-builds.yml@v1
15-
with:
16-
max_retries: 3
17-
check_name_suffix: '-on-push'
11+
uses: stackrox/actions/.github/workflows/retest-konflux-builds.yml@v1
12+
permissions:
13+
pull-requests: write
14+
issues: write
15+
with:
16+
max_retries: 3
17+
check_name_suffix: '-on-push'

0 commit comments

Comments
 (0)