Skip to content

Commit

Permalink
Remove .extraheader config
Browse files Browse the repository at this point in the history
  • Loading branch information
mgyucht committed Jan 16, 2025
1 parent ce43dac commit ecfc43b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Set up Git configuration
run: |
git config user.name "Databricks SDK Release Bot"
git config --unset-all http.https://github.com/.extraheader
git remote set-url origin https://x-access-token:${{ steps.generate-token.outputs.token }}@github.com/${{ github.repository }}.git
- name: Run Deco Taggging script
Expand Down

0 comments on commit ecfc43b

Please sign in to comment.