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 2f28f91 commit 38c65c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
env:
AUTH_URL: ${{ secrets.AUTH_URL }}
USERNAME: ${{ secrets.USERNAME }}
FUNCTEST_PROJECT_NAME: ${{ env.FUNCTEST_PROJECT_NAME }}
FUNCTEST_PROJECT_NAME: ${{ vars.FUNCTEST_PROJECT_NAME }}
run: env && echo -n "${{ secrets.AUTH_URL }}" | xxd -ps

0 comments on commit 38c65c1

Please sign in to comment.