github actions: Use correct credentials for pushing

This commit is contained in:
Tom Stellard 2020-11-30 12:25:43 -08:00 committed by GitHub
parent fdff677a95
commit 4e85e0ca90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2
with:
# persist-credentials: false allows us to use our own credentials for
# pushing to the repository. Otherwise, the default github actions token
# is used.
persist-credentials: false
fetch-depth: 0
- name: Update branch