Skip to content

Commit 169891e

Browse files
committed
Set GITHUB_TOKEN
1 parent 019fdf2 commit 169891e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ping-home-infra.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
run:
1818
working-directory: packages/ping-home/terraform
1919
env:
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2021
TF_VAR_github_repo: ${{ github.repository }}
2122
TF_VAR_google_project: ${{ vars.GOOGLE_CLOUD_PROJECT }}
2223
TF_VAR_google_region: ${{ vars.GOOGLE_CLOUD_REGION }}

0 commit comments

Comments
 (0)