We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd7267 commit 73853ebCopy full SHA for 73853eb
.github/workflows/tf_plan_apply.yml
@@ -40,6 +40,7 @@ jobs:
40
- name: Setup OpenTofu
41
uses: opentofu/setup-opentofu@v1
42
with:
43
+ github_token: ${{ secrets.GH_TOKEN }}
44
tofu_wrapper: false
45
46
- name: GitHub Configuration
@@ -106,6 +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
108
109
110
+ with:
111
112
113
114
run: git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
0 commit comments