We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 132adad commit 99e2f40Copy full SHA for 99e2f40
.github/workflows/tf_plan_apply.yml
@@ -38,6 +38,8 @@ jobs:
38
# Checkout the repository to the GitHub Actions runner
39
- name: Checkout
40
uses: actions/checkout@v4
41
+ with:
42
+ token: ${{ secrets.GH_TOKEN }}
43
44
# Install the latest version of the OpenTofu CLI
45
- name: Setup OpenTofu
0 commit comments