mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-04-28 12:03:11 -07:00
fix: remove persist-credentials: false so version-bump push succeeds
The git push in the Bump version step was failing because persist-credentials: false strips the GITHUB_TOKEN from the git config. The existing permissions: contents: write grant is sufficient; restoring the default (persist-credentials: true) lets the push authenticate. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
1
.github/workflows/version-bump.yml
vendored
1
.github/workflows/version-bump.yml
vendored
@@ -16,7 +16,6 @@ jobs:
|
||||
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
|
||||
- name: Determine version bump type
|
||||
id: bump-type
|
||||
|
||||
Reference in New Issue
Block a user