Skip to content

Commit 0813712

Browse files
committed
test: omit oauth2 username from git url
1 parent 9025d82 commit 0813712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tf_plan_apply.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# github_token: ${{ secrets.GH_TOKEN }}
4848

4949
- name: GitHub Configuration
50-
run: git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
50+
run: git config --global url."https://${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
5151

5252
# Initialize a new or existing OpenTofu working directory by creating initial files, loading any remote state, downloading modules, etc.
5353
- name: OpenTofu Init

0 commit comments

Comments
 (0)