Skip to content

Commit

Permalink
Add sync_environment call
Browse files Browse the repository at this point in the history
  • Loading branch information
mimartin12 committed Dec 20, 2024
1 parent 94761a8 commit 3e0c038
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,15 @@ jobs:
}
})
- name: Trigger Ephemeral Environment sync
uses: bitwarden/gh-actions/.github/workflows/_ephemeral_environment_manager.yml@main
with:
ephemeral_env_branch: process.env.GITHUB_HEAD_REF
project: server
sync_environment: true
pull_request_number: process.env.GITHUB_EVENT_NUMBER


check-failures:
name: Check for failures
if: always()
Expand Down

0 comments on commit 3e0c038

Please sign in to comment.