Skip to content

Commit 99e2f40

Browse files
committed
test: token propagation
1 parent 132adad commit 99e2f40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tf_plan_apply.yml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
# Checkout the repository to the GitHub Actions runner
3939
- name: Checkout
4040
uses: actions/checkout@v4
41+
with:
42+
token: ${{ secrets.GH_TOKEN }}
4143

4244
# Install the latest version of the OpenTofu CLI
4345
- name: Setup OpenTofu

0 commit comments

Comments
 (0)