We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9025d82 commit a7319beCopy full SHA for a7319be
.github/workflows/tf_plan_apply.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: opentofu/setup-opentofu@v1
45
with:
46
tofu_wrapper: false
47
- # github_token: ${{ secrets.GH_TOKEN }}
+ github_token: ${{ secrets.GH_TOKEN }}
48
49
- name: GitHub Configuration
50
run: git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
0 commit comments