Skip to content

Commit

Permalink
add env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmv committed Jun 4, 2024
1 parent c32768d commit aa62b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
debug:
name: Debug
runs-on: ubuntu-latest
environment: ${{ vars.ENVIRONMENT_STAGE }}
# environment: ${{ vars.ENVIRONMENT_STAGE }}
steps:
# - name: Check out code
# uses: actions/checkout@v2
Expand All @@ -18,4 +18,4 @@ jobs:
# AUTH_URL: ${{ secrets.AUTH_URL }}
# USERNAME: ${{ secrets.USERNAME }}
# FUNCTEST_PROJECT_NAME: ${{ vars.FUNCTEST_PROJECT_NAME }}
run: env && echo ${{ env.ANOTHER_VAR }} && echo "var is $FUNCTEST_PROJECT_NAME"
run: env && echo ${{ env.ANOTHER_VAR }} && echo ${{ vars }} && echo "var is $FUNCTEST_PROJECT_NAME"

0 comments on commit aa62b9a

Please sign in to comment.