Skip to content

Commit

Permalink
Merge pull request #500 from stakater/remove-persist-cred
Browse files Browse the repository at this point in the history
Remove persist-credentials flag in checkout step of the actions
  • Loading branch information
Bharath Nallapeta authored Jul 21, 2023
2 parents 18dad59 + ad70134 commit d9e742c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo

# Setting up helm binary
Expand Down

0 comments on commit d9e742c

Please sign in to comment.