Skip to content

Commit ccfccae

Browse files
NeWbY100claude
andcommitted
fix: clear checkout extraheader before pushing submodule tag
The actions/checkout configures a global http.extraheader that overrides URL-embedded credentials. Clear it before pushing to ReScene.Lib. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 04d24c6 commit ccfccae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
SUBMODULE_SHA=$(git rev-parse HEAD)
6161
TAG="v${{ steps.version.outputs.version }}"
6262
echo "Tagging ReScene.Lib commit $SUBMODULE_SHA as $TAG"
63+
git config --unset-all http.https://github.com/.extraheader || true
6364
git tag "$TAG" "$SUBMODULE_SHA"
6465
git remote set-url origin "https://x-access-token:${LIB_PAT}@github.com/NeWbY100/ReScene.Lib.git"
6566
git push origin "$TAG"

0 commit comments

Comments
 (0)