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 d0d9885 commit 790cf46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/otc-run-acc-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- run: echo ${{secrets.AUTH_URL}} | sed 's/./& /g'
- run: env && echo ${{secrets.AUTH_URL}} | sed 's/./& /g' && echo $AUTH_URL
# - run: make acceptance
env:
AUTH_URL: ${{ secrets.AUTH_URL }}
PASSWORD: ${{ secrets.PASSWORD }}
USERNAME: ${{ secrets.USERNAME }}
USER_DOMAIN_NAME: ${{ secrets.USER_DOMAIN_NAME }}
FUNCTEST_PROJECT_NAME: ${{ secrets.FUNCTEST_PROJECT_NAME }}

0 comments on commit 790cf46

Please sign in to comment.