File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 40
40
- name : Setup OpenTofu
41
41
uses : opentofu/setup-opentofu@v1
42
42
with :
43
- github_token : ${{ secrets.GH_TOKEN }}
43
+ tofu_wrapper : false
44
+ # github_token: ${{ secrets.GH_TOKEN }}
44
45
45
46
- name : GitHub Configuration
46
47
run : git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
@@ -106,8 +107,8 @@ jobs:
106
107
# Install the latest version of OpenTofu CLI and configure the OpenTofu CLI configuration file with a OpenTofu Cloud user API token
107
108
- name : Setup OpenTofu
108
109
uses : opentofu/setup-opentofu@v1
109
- with :
110
- github_token : ${{ secrets.GH_TOKEN }}
110
+ # with:
111
+ # github_token: ${{ secrets.GH_TOKEN }}
111
112
112
113
- name : GitHub Configuration
113
114
run : git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
You can’t perform that action at this time.
0 commit comments