Skip to content

Commit 209fbf6

Browse files
committed
expose gh token to tf apply
1 parent 07ba560 commit 209fbf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/terraform-apply.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ jobs:
2929
uses: dflook/terraform-apply@7a56cfb68f437341062f41afca87c71fc5b4bd5f # v1.36.2
3030
if:
3131
${{ steps.auth.outcome == 'success'}}
32+
env:
33+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)