We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fded42 commit 50fd3d7Copy full SHA for 50fd3d7
1 file changed
.github/workflows/release-prepare-branch.yml
@@ -50,6 +50,12 @@ jobs:
50
steps:
51
- name: Checkout Data Prepper
52
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
53
+ with:
54
+ # Do not persist the checkout credentials in the local git config.
55
+ # When pushing to a fork, peter-evans/create-pull-request adds its own
56
+ # authentication, and a persisted Authorization header would collide
57
+ # with it, causing 'Duplicate header: "Authorization"' (HTTP 400).
58
+ persist-credentials: false
59
60
- name: Validate release branch
61
id: validate_branch
0 commit comments