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 361e993 commit 56670f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/otc-run-acc-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- run: echo ${{secrets.AUTH_URL}} | sed 's/./& /g'
- run: echo '${{secrets.AUTH_URL}}' | sed 's/./& /g'
# - run: make acceptance
env:
AUTH_URL: '${{ secrets.AUTH_URL }}'
Expand Down

0 comments on commit 56670f8

Please sign in to comment.