Use the release environment in announce (#18733)
Otherwise, there is no approved deployment!
This commit is contained in:
@@ -293,6 +293,8 @@ jobs:
|
||||
# "host" however must run to completion, no skipping allowed!
|
||||
if: ${{ always() && needs.host.result == 'success' && (needs.custom-publish-pypi.result == 'skipped' || needs.custom-publish-pypi.result == 'success') && (needs.custom-publish-crates.result == 'skipped' || needs.custom-publish-crates.result == 'success') }}
|
||||
runs-on: "depot-ubuntu-latest-4"
|
||||
environment:
|
||||
name: release
|
||||
permissions:
|
||||
"attestations": "write"
|
||||
"contents": "write"
|
||||
|
||||
Reference in New Issue
Block a user