Skip to content

Commit 5a04228

Browse files
committed
fix: add token based gh auth to setup-opentofu
1 parent 73853eb commit 5a04228

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/tf_plan_apply.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
uses: opentofu/setup-opentofu@v1
4242
with:
4343
github_token: ${{ secrets.GH_TOKEN }}
44-
tofu_wrapper: false
4544

4645
- name: GitHub Configuration
4746
run: git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com

0 commit comments

Comments
 (0)