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

CICD workflow updates #32

Merged
merged 1 commit into from
Jun 7, 2024
Merged

CICD workflow updates #32

merged 1 commit into from
Jun 7, 2024

Conversation

developersteve
Copy link
Contributor

removed sync flow and added testnet and devnet flows with different env secrets

@developersteve developersteve merged commit 44d5c4e into main Jun 7, 2024
@developersteve developersteve deleted the developersteve/devtestnet branch June 7, 2024 08:03
@@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment: devbuild
environment: devnet
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait, does doppler understand this in order to grab the different key/values? It looks like that's the case, nice find!
In the past we've added different doppler tokens per environment, I think that is more explicit and less magical but good to now we can also do this.

cc @bgins

Copy link
Contributor Author

@developersteve developersteve Jun 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes because I'm using two different sets of github actions environment secrets with different doppler tokens on both action flows.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

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.

2 participants