1
0
mirror of https://github.com/bitwarden/server synced 2026-01-21 03:43:53 +00:00
Files
server/.github/workflows/ephemeral-environment.yml
MtnBurrit0 8cd14d55dd EE sync improvements (#5620)
* Leverage new workflow changes

* Refactor ephemeral-environment workflow

* Add .has_secrets check back into build
2025-04-09 09:44:42 -06:00

18 lines
456 B
YAML

name: Ephemeral Environment
on:
pull_request:
types: [labeled]
jobs:
setup-ephemeral-environment:
name: Setup Ephemeral Environment
if: github.event.label.name == 'ephemeral-environment'
uses: bitwarden/gh-actions/.github/workflows/_ephemeral_environment_manager.yml@main
with:
project: server
pull_request_number: ${{ github.event.number }}
sync_environment: true
create_branch: true
secrets: inherit