Skip to content

Commit

Permalink
Map Github secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Waldz committed May 9, 2024
1 parent dfa272a commit 2ecae81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
name: "End-to-end tests"
needs: [ unit-test, check ]
runs-on: ubuntu-latest
env:
UPSTREAM_PROXY_URL: ${{ secrets.UPSTREAM_PROXY_URL }}
UPSTREAM_PROXY_USERNAME: ${{ secrets.UPSTREAM_PROXY_USERNAME }}
UPSTREAM_PROXY_PASSWORD: ${{ secrets.UPSTREAM_PROXY_PASSWORD }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down

0 comments on commit 2ecae81

Please sign in to comment.