From 6dd5fe9360ca2ef4af75b7dbdba0f9c47d1106cc Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Fri, 18 Mar 2022 10:18:21 +0530 Subject: [PATCH] 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 --- .github/workflows/retest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/retest.yml b/.github/workflows/retest.yml index 3352fc1a8..0ff69338b 100644 --- a/.github/workflows/retest.yml +++ b/.github/workflows/retest.yml @@ -12,7 +12,7 @@ jobs: # path to the retest action - uses: ceph/ceph-csi/actions/retest@devel with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.CEPH_CSI_BOT_TOKEN }} required-label: "ci/retry/e2e" max-retry: "5" required-approve-count: "2"