Skip to content

Commit 0355aab

Browse files
committed
🚀 adding use of environement
1 parent fa74caf commit 0355aab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/merge-content-to-project.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ on:
77
branches: [master]
88

99
jobs:
10-
add-content-to-project:
10+
merge-content-to-project:
1111
name: "Add Content to project"
1212
runs-on: ubuntu-latest
13+
environment: releasing-env
1314

1415
steps:
1516
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)