Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
publish:
name: Publish Release
runs-on: ubuntu-latest
# Restricts @bitgo-beta/@bitgo-alpha publishing to protected branches via
# a deployment branch policy on this environment, so the job cannot run
# from arbitrary PR branches even though it is manually dispatched.
environment: beta-alpha-release

steps:
- uses: socketdev/action@4337a545deecc20f19a909e52db7a2f6ba292f42 # v1
Expand Down