Created
March 8, 2023 18:45
-
-
Save MarcusFelling/a24904731e73dd9b2bddeade2c459948 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jobs: | |
staging: | |
uses: ./.github/workflows/template.yml | |
secrets: inherit | |
with: | |
environmentName: staging | |
production: | |
needs: staging | |
uses: ./.github/workflows/template.yml | |
secrets: inherit | |
with: | |
environmentName: production |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment