Skip to content

Commit

Permalink
Removed path from faucet URL in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvelmer committed Oct 30, 2023
1 parent 974dc61 commit de9c257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
cat << EOF >> $GITHUB_ENV
API_URL=http://$voconed_hostport/v2
BLINDCSP_URL=http://$blindcsp_hostport/v1
FAUCET_URL=http://$vocfaucet_hostport/v2/open/claim
FAUCET_URL=http://$vocfaucet_hostport/v2
EOF
# source all env vars in ${{ env.COMPOSE_ENV }}
Expand Down

0 comments on commit de9c257

Please sign in to comment.