Skip to content

Commit c8214d1

Browse files
authored
Publish playgrounds using the release-playground environment (astral-sh#24223)
1 parent 229e49f commit c8214d1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-playground.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ permissions: {}
2323
jobs:
2424
publish:
2525
runs-on: ubuntu-latest
26+
environment: release-playground
2627
env:
2728
CF_API_TOKEN_EXISTS: ${{ secrets.CF_API_TOKEN != '' }}
2829
steps:

.github/workflows/publish-ty-playground.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ env:
2727
jobs:
2828
publish:
2929
runs-on: ubuntu-latest
30+
environment: release-playground
3031
env:
3132
CF_API_TOKEN_EXISTS: ${{ secrets.CF_API_TOKEN != '' }}
3233
steps:

0 commit comments

Comments
 (0)