Skip to content

Instantly share code, notes, and snippets.

@MarcusFelling
Created March 8, 2023 18:45
Show Gist options
  • Save MarcusFelling/a24904731e73dd9b2bddeade2c459948 to your computer and use it in GitHub Desktop.
Save MarcusFelling/a24904731e73dd9b2bddeade2c459948 to your computer and use it in GitHub Desktop.
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