Skip to content

Commit 5a84713

Browse files
committed
perf: update github configuration
1 parent 418ca7f commit 5a84713

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tf_plan_apply.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
tofu_wrapper: false
4949
github_token: ${{ secrets.GH_TOKEN }}
5050

51-
# - name: GitHub Configuration
52-
# run: git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
51+
- name: GitHub Configuration
52+
run: echo https://oauth2:${{ secrets.GH_TOKEN }}@github.com > ${HOME}/.git-credentials
5353

5454
# Initialize a new or existing OpenTofu working directory by creating initial files, loading any remote state, downloading modules, etc.
5555
- name: OpenTofu Init
@@ -116,8 +116,8 @@ jobs:
116116
# with:
117117
# github_token: ${{ secrets.GH_TOKEN }}
118118

119-
- name: GitHub Configuration
120-
run: git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
119+
# - name: GitHub Configuration
120+
# run: git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
121121

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

0 commit comments

Comments
 (0)