Updated checkout step of all actions to use our token instead of the default github token

This commit is contained in:
bnallapeta
2023-07-21 13:14:14 +05:30
parent d9e742cf7f
commit b29fbc9ace

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