Skip to content

Commit

Permalink
ci: don't persist credentials to git config
Browse files Browse the repository at this point in the history
Because we don't need to for this workflow and it conflicts with the use of a
custom PAT later
  • Loading branch information
tmillr committed Dec 30, 2022
1 parent a4350e9 commit 373ab04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-version-refs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false

- name: Confirm update to released tag is allowed
run: |
Expand Down

0 comments on commit 373ab04

Please sign in to comment.