Skip to content

Commit c4a1d43

Browse files
authored
Merge pull request #5 from getsentry/create-CI-CD
expose gh token to tf apply
2 parents 23f78d7 + 209fbf6 commit c4a1d43

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)