Skip to content

Commit

Permalink
Login outside company vpn
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Sep 25, 2024
1 parent ba680af commit 8ad7808
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ jobs:
get-server-build-from-qe-registry:
runs-on: ubuntu-22.04
steps:
- uses: tailscale/github-action@v2
with:
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
- uses: docker/login-action@v3
with:
registry: ${{ secrets.QE_DOCKER_REGISTRY_URL }}
username: ${{ secrets.QE_DOCKER_REGISTRY_USERNAME }}
password: ${{ secrets.QE_DOCKER_REGISTRY_PASSWORD }}

# Maps don't exist in Github Actions, so we have to store the map using a script and fetch it in a job
# This uses up more billing minutes (rounded up to 1 minute for each job run),
Expand Down

0 comments on commit 8ad7808

Please sign in to comment.