[deps] Vault: Update aspnet-health-checks monorepo to v9 (major) #184
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
| name: Ephemeral Environment | |
| on: | |
| pull_request: | |
| types: [labeled] | |
| permissions: | |
| contents: read | |
| id-token: write | |
| 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: false | |
| secrets: inherit |