mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 07:37:03 +05:30
ifix(ci): do not persist checkout credentials when not required
This commit is contained in:
parent
5a7e178c6d
commit
f8d1662a62
3 changed files with 8 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -21,6 +21,7 @@ jobs:
|
|||
token: ${{ secrets.POST_RELEASE_GH_TOKEN }}
|
||||
fetch-depth: 0
|
||||
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
|
||||
persist-credentials: true
|
||||
|
||||
- name: Set up Git author
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue