Specify GitHub Environment to allow access to CF secrets
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
parent
e65565a1e8
commit
eab3488455
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy-master-to-prod.yml
vendored
1
.github/workflows/deploy-master-to-prod.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment: production
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: wrangler publish
|
- name: wrangler publish
|
||||||
|
|
Loading…
Add table
Reference in a new issue