Skip to content

Commit

Permalink
don't persist credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmoy committed Oct 24, 2023
1 parent 44a65fa commit 1c216c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Needed determine tags
persist-credentials: true
persist-credentials: false # Avoid using these credentials as pushing new commits doesn't re-trigger CI jobs
ref: ${{ inputs.commit }}
- name: Check for new Project version
id: project_toml
Expand Down

0 comments on commit 1c216c1

Please sign in to comment.