1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-17 09:33:51 -05:00
bitwarden/.github/workflows/ephemeral-environment.yml

17 lines
430 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
secrets: inherit