We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462f3a4 commit 62908b8Copy full SHA for 62908b8
.github/workflows/main.yml
@@ -5,8 +5,7 @@ on:
5
jobs:
6
build:
7
runs-on: ubuntu-latest
8
- env:
9
- DB_PASSWORD: ${{ secrets.DB_PASS }}
+ environment: Prod
10
steps:
11
- name: Print variable
12
- run: echo $DB_PASSWORD
+ run: echo ${{ vars.DEPLOY_NAME }}
0 commit comments