Skip to content

Commit a7319be

Browse files
committed
fix: add github_token to setup-opentofu
1 parent 9025d82 commit a7319be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tf_plan_apply.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: opentofu/setup-opentofu@v1
4545
with:
4646
tofu_wrapper: false
47-
# github_token: ${{ secrets.GH_TOKEN }}
47+
github_token: ${{ secrets.GH_TOKEN }}
4848

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

0 commit comments

Comments
 (0)