From b29fbc9acec34a7a9eb34f8fac195932a3fb5432 Mon Sep 17 00:00:00 2001 From: bnallapeta Date: Fri, 21 Jul 2023 13:14:14 +0530 Subject: [PATCH] Updated checkout step of all actions to use our token instead of the default github token --- .github/workflows/push.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index cb701f6..3995788 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -22,6 +22,7 @@ jobs: - name: Check out code uses: actions/checkout@v3 with: + token: ${{ secrets.STAKATER_GITHUB_TOKEN }} fetch-depth: 0 # otherwise, you will fail to push refs to dest repo # Setting up helm binary