Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Saife authored Dec 26, 2023
1 parent 515a004 commit 71995e4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ on:
branches: [main]

env:
CI: true
VITE_ACCESS_TOKEN: ${{ vars.VITE_ACCESS_TOKEN }}
VITE_OAUTH_TOKEN: ${{ vars.VITE_OAUTH_TOKEN }}
VITE_SPACE_ID: ${{ vars.VITE_SPACE_ID }}
VITE_ACCESS_TOKEN: ${{ secrets.VITE_ACCESS_TOKEN }}
VITE_OAUTH_TOKEN: ${{ secrets.VITE_OAUTH_TOKEN }}
VITE_SPACE_ID: ${{ secrets.VITE_SPACE_ID }}

jobs:
test:
Expand Down

0 comments on commit 71995e4

Please sign in to comment.