Merge pull request #500 from stakater/remove-persist-cred

Remove persist-credentials flag in checkout step of the actions
This commit is contained in:
Bharath Nallapeta
2023-07-21 12:55:11 +05:30
committed by GitHub
-1
View File
@@ -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