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