Skip to content

Commit

Permalink
fix: adds github env to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Jan 31, 2024
1 parent 9dbfbe2 commit 835d3c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
AUTH_GITHUB_CLIENT_ID: ${{ secrets.AUTH_GITHUB_CLIENT_ID }}
AUTH_GITHUB_CLIENT_SECRET: ${{ secrets.AUTH_GITHUB_CLIENT_SECRET }}

steps:
- name: Check out code
Expand Down

0 comments on commit 835d3c4

Please sign in to comment.