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 b25a7af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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,5 @@ 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: echo "ENV_NAME is $ENV_NAME_2"

0 comments on commit b25a7af

Please sign in to comment.