Skip to content

Commit 366b663

Browse files
Add environment to GHA
1 parent 7fa097d commit 366b663

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
jobs:
1414
repo:
1515
name: Test Repo Runner
16+
environment: 'test'
1617
runs-on: ubuntu-18.04
1718
strategy:
1819
fail-fast: false
@@ -49,6 +50,7 @@ jobs:
4950

5051
org:
5152
name: Test Org Runner
53+
environment: 'test'
5254
runs-on: ubuntu-18.04
5355
strategy:
5456
fail-fast: false

0 commit comments

Comments
 (0)