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 df4e8c3 commit 22019fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
environment: tests
steps:
# - name: Check out code
# uses: actions/checkout@v2
- name: Check out code
uses: actions/checkout@v3

- name: Set up secret file
# env:
# AUTH_URL: ${{ secrets.AUTH_URL }}
# USERNAME: ${{ secrets.USERNAME }}
# FUNCTEST_PROJECT_NAME: ${{ vars.FUNCTEST_PROJECT_NAME }}
run: env && echo ${{ tests.AUTH_URL }} && echo ${{ vars }} && echo "var is $FUNCTEST_PROJECT_NAME"
run: env && echo ${{ secrets.AUTH_URL }} && echo ${{ vars }} && echo "var is $FUNCTEST_PROJECT_NAME"

0 comments on commit 22019fb

Please sign in to comment.