Updated with environment specified
Browse files
.github/workflows/main.yml
CHANGED
@@ -9,6 +9,7 @@ on:
|
|
9 |
jobs:
|
10 |
sync-to-hub:
|
11 |
runs-on: ubuntu-latest
|
|
|
12 |
steps:
|
13 |
- uses: actions/checkout@v2
|
14 |
with:
|
|
|
9 |
jobs:
|
10 |
sync-to-hub:
|
11 |
runs-on: ubuntu-latest
|
12 |
+
environment: Development
|
13 |
steps:
|
14 |
- uses: actions/checkout@v2
|
15 |
with:
|