Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update platform terraform module workflows #10

Open
wants to merge 1 commit into
base: bot/update-global-workflow-main-e1a240ebdb5d75471c64a0dd5995c21dc775dbe4
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/platform-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
# repo then mentioned above as they will be overwritten upon the
# next sync.

# NOTE: we are temporarily throwing the kitchen sink of variables
# at the workflow until we come up with a better solution at a
# future date.
env:
TF_VAR_github_org: ${{ secrets.TF_VAR_GITHUB_ORG }}
TF_VAR_github_token: ${{ secrets.TF_VAR_GITHUB_TOKEN }}

name: pipeline-check
on:
push:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/platform-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
# repo then mentioned above as they will be overwritten upon the
# next sync.

# NOTE: we are temporarily throwing the kitchen sink of variables
# at the workflow until we come up with a better solution at a
# future date.
env:
TF_VAR_github_org: ${{ secrets.TF_VAR_GITHUB_ORG }}
TF_VAR_github_token: ${{ secrets.TF_VAR_GITHUB_TOKEN }}

name: pipeline-release
on:
pull_request:
Expand Down