Skip to content

Commit 0f637cd

Browse files
Update schedule_dev_deployment.yml
1 parent f432adb commit 0f637cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/schedule_dev_deployment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ on:
66
jobs:
77
trigger_dev_deployment:
88
runs-on: ubuntu-latest
9+
environment: dev
910
steps:
1011
- name: Trigger dev deployment
1112
uses: benc-uk/workflow-dispatch@v1
1213
with:
1314
workflow: Docs Dev Deployment
1415
ref: dev
15-
token: ${{ secrets.ORG_DEVDEPLOY_TOKEN }}
16+
token: ${{ secrets.ORG_DEVDEPLOY_TOKEN }}

0 commit comments

Comments
 (0)