Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Nov 13, 2023
1 parent d8aa7d5 commit 4224446
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test ENV NAME
on:
push:
branches:
- '*'
- 'chore/hide_env_names'
paths:
- 'api/**'
- 'client/**'
Expand Down Expand Up @@ -38,4 +38,6 @@ jobs:
- name: Print ENV_NAME
env:
ENV_NAME: ${{ needs.setup.outputs.env_name_value }}
run: echo "ENV_NAME is $ENV_NAME"
ENV_NAME_2: ${{ secrets[env.ENV_NAME] }}
run: |
printenv | grep ENV_

0 comments on commit 4224446

Please sign in to comment.