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

update env variables to only use inputs #1416

Merged
merged 1 commit into from
May 1, 2024

Conversation

motatoes
Copy link
Contributor

@motatoes motatoes commented May 1, 2024

In case of GCP we had been accepting env variables as raw inputs to the digger action, we want to change it to action arguments since they are validated by GH. Another issue was we had a naming clash of GOOGLE_STORAGE_BUCKET for both plan storage and locking bucket. We switch to more explicit naming to avoid this clash. Changes:

  • For plan artefacts storage we use upload-plan-destination-gcp-bucket and underlying env variable will be GOOGLE_STORAGE_PLAN_ARTEFACT_BUCKET
  • For locking we use google-lock-bucket and env variable will be GOOGLE_STORAGE_LOCK_BUCKET

fixes #1409

@ZIJ ZIJ merged commit da993ad into develop May 1, 2024
6 checks passed
ben-of-codecraft pushed a commit to ben-of-codecraft/digger that referenced this pull request May 21, 2024
…-variables-for-plan-storage

update env variables to only use inputs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GOOGLE_STORAGE_BUCKET overridden by upload-plan-destination-gcp-bucket
2 participants