File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
# Install the latest version of the OpenTofu CLI
40
40
- name : Setup OpenTofu
41
41
uses : opentofu/setup-opentofu@v1
42
- # with:
43
- # github_token: ${{ secrets.GH_TOKEN }}
42
+ with :
43
+ github_token : ${{ secrets.GH_TOKEN }}
44
44
45
45
- name : GitHub Configuration
46
46
run : git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
@@ -106,8 +106,8 @@ jobs:
106
106
# Install the latest version of OpenTofu CLI and configure the OpenTofu CLI configuration file with a OpenTofu Cloud user API token
107
107
- name : Setup OpenTofu
108
108
uses : opentofu/setup-opentofu@v1
109
- # with:
110
- # github_token: ${{ secrets.GH_TOKEN }}
109
+ with :
110
+ github_token : ${{ secrets.GH_TOKEN }}
111
111
112
112
- name : GitHub Configuration
113
113
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