mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
The publish environment enforces additional restrictions, mainly that the workflow can only be run from protected branches and additional prevents access of the publish secrets from workflows which do not use this environment. Testing: Requires a manual workflow run on a protected branch. Given that we already tested environments in previous PRs, I think this PR might be safe to test after merging, instead of protecting the PR branch. Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>