mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix(gha): use specifc hostname for Tailscale
This commit is contained in:
parent
4a69928b91
commit
6c8f785dd2
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@ -66,6 +66,7 @@ jobs:
|
||||
with:
|
||||
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
|
||||
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
|
||||
hostname: gha-${{needs.static.outputs.environment}}-api-ci-${{ github.run_id }}
|
||||
tags: tag:ci
|
||||
version: latest
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user