Skip to content

Commit

Permalink
ci: reference github actions variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Callum0x50 committed Nov 4, 2024
1 parent f3d1990 commit 4b9dbc7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_REPO_GITHUB_TOKEN: ${{ secrets.TAP_REPO_GITHUB_TOKEN }}
DOWNLOADER_GITHUB_TOKEN: ${{ secrets.DOWNLOADER_GITHUB_TOKEN }}
OTLP_ENDPOINT: ${{ vars.OTLP_ENDPOINT }}
OTLP_TOKEN: ${{ vars.OTLP_TOKEN }}
SENTRY_DSN: ${{ vars.SENTRY_DSN }}
AUTH_AUDIENCE: ${{ vars.AUTH_AUDIENCE }}
AUTH_AUTHORITY: ${{ vars.AUTH_AUTHORITY }}
AUTH_CLIENT_ID: ${{ vars.AUTH_CLIENT_ID }}
AUTH_REDIRECT_URI: ${{ vars.AUTH_REDIRECT_URI }}
PLATFORM_BASE_URI: ${{ vars.PLATFORM_BASE_URI }}

0 comments on commit 4b9dbc7

Please sign in to comment.