Merge pull request #501 from stakater/fix_token

Updated checkout step of push action to use our token instead of the default github token
This commit is contained in:
Bharath Nallapeta
2023-07-21 13:31:36 +05:30
committed by GitHub
+1
View File
@@ -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