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

Fix pull request deployment #1019

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Fix pull request deployment #1019

merged 1 commit into from
Jan 22, 2024

Conversation

martincostello
Copy link
Owner

Cannot pass values from the setup job to the deploy job as:

  1. GitHub Actions will blank-out the value if it contains a secret.
  2. The secrets are environment-specific, so are not present in the setup job anyway.

Cannot pass values from the `setup` job to the `deploy` job as:
1. GitHub Actions will blank-out the value if it contains a secret.
2. The secrets are environment-specific, so are not present in the `setup` job anyway.
@martincostello martincostello added bug github_actions Pull requests that update GitHub Actions code labels Jan 22, 2024
@martincostello martincostello enabled auto-merge (rebase) January 22, 2024 11:19
Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c307965) 96.17% compared to head (3f61ecd) 96.17%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1019   +/-   ##
=======================================
  Coverage   96.17%   96.17%           
=======================================
  Files          43       43           
  Lines         549      549           
  Branches       52       52           
=======================================
  Hits          528      528           
  Misses          7        7           
  Partials       14       14           
Flag Coverage Δ
linux 95.26% <ø> (ø)
macos 96.17% <ø> (ø)
windows 96.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@martincostello martincostello merged commit d82a420 into main Jan 22, 2024
9 checks passed
@martincostello martincostello deleted the fix-pr-deployment branch January 22, 2024 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant