mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: use CEPH_CSI_BOT token for retest action
For retest action's comment `@Mergifyio refresh` to be accepted by mergifyio, the bot should have write permissions to the repo. Therefore, use Ceph-csi-bot instead of github actions bot. Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
parent
9fe3870874
commit
6dd5fe9360
2
.github/workflows/retest.yml
vendored
2
.github/workflows/retest.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
# path to the retest action
|
# path to the retest action
|
||||||
- uses: ceph/ceph-csi/actions/retest@devel
|
- uses: ceph/ceph-csi/actions/retest@devel
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.CEPH_CSI_BOT_TOKEN }}
|
||||||
required-label: "ci/retry/e2e"
|
required-label: "ci/retry/e2e"
|
||||||
max-retry: "5"
|
max-retry: "5"
|
||||||
required-approve-count: "2"
|
required-approve-count: "2"
|
||||||
|
Loading…
Reference in New Issue
Block a user