We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9025d82 commit 0813712Copy full SHA for 0813712
.github/workflows/tf_plan_apply.yml
@@ -47,7 +47,7 @@ jobs:
47
# github_token: ${{ secrets.GH_TOKEN }}
48
49
- name: GitHub Configuration
50
- run: git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
+ run: git config --global url."https://${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
51
52
# Initialize a new or existing OpenTofu working directory by creating initial files, loading any remote state, downloading modules, etc.
53
- name: OpenTofu Init
0 commit comments