Skip to content

Commit 62908b8

Browse files
authored
Update main.yml
1 parent 462f3a4 commit 62908b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8-
env:
9-
DB_PASSWORD: ${{ secrets.DB_PASS }}
8+
environment: Prod
109
steps:
1110
- name: Print variable
12-
run: echo $DB_PASSWORD
11+
run: echo ${{ vars.DEPLOY_NAME }}

0 commit comments

Comments
 (0)