Skip to content

Commit 159d63d

Browse files
domenkozarclaude
andcommitted
fix: resolve duplicate authorization header in workflow
Add persist-credentials: false to checkout action to prevent credential conflicts with create-pull-request action. Fixes: https://github.com/cachix/nixpkgs-python/actions/runs/19552890000/job/55988580724 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 8438328 commit 159d63d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6
1717
with:
1818
ref: main
19+
persist-credentials: false
1920
- name: Free Disk Space (Ubuntu)
2021
uses: jlumbroso/free-disk-space@main
2122
- name: Install Nix

0 commit comments

Comments
 (0)