Skip to content

Commit 46e4751

Browse files
committed
Unset git token from checkout step
1 parent 3d99106 commit 46e4751

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
- name: Bump versions
6161
if: github.ref == 'refs/heads/main'
6262
run: |
63+
git config --unset-all http.https://github.com/.extraheader
6364
git remote set-url origin https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/flyway/flyway-community-db-support.git
6465
6566
LATEST_TAG=$(git describe --tags $(git rev-list --tags --max-count=1) 2>/dev/null || echo "")

0 commit comments

Comments
 (0)