We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2546e38 + 0d882b9 commit 9b68892Copy full SHA for 9b68892
1 file changed
.github/workflows/versioning.yml
@@ -36,7 +36,6 @@ jobs:
36
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
37
with:
38
token: ${{ steps.app-token.outputs.token }}
39
- persist-credentials: false
40
41
- name: Setup Bun
42
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
@@ -103,6 +102,9 @@ jobs:
103
102
104
mv CHANGELOG.md.new CHANGELOG.md
105
+ - name: Remove checkout credentials to avoid duplicate Authorization header
106
+ run: git config --local --unset-all http.https://github.com/.extraheader || true
107
+
108
- name: Create Pull Request
109
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
110
0 commit comments