Skip to content

Commit

Permalink
Merge pull request #501 from stakater/fix_token
Browse files Browse the repository at this point in the history
Updated checkout step of push action to use our token instead of the default github token
  • Loading branch information
Bharath Nallapeta authored Jul 21, 2023
2 parents d9e742c + b29fbc9 commit f847f2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f847f2f

Please sign in to comment.