Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Jul 9, 2024
1 parent 3ac1ae7 commit 5916045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Test
run: pnpm run test
env:
UPLOADTHING_TEST_TOKEN: ${{ secrets.UPLOADTHING_TEST_SECRET }}
UPLOADTHING_TEST_TOKEN: ${{ secrets.UPLOADTHING_TEST_TOKEN }}

lint:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -141,4 +141,4 @@ jobs:
run: node .github/analyze-bundle.js
env:
GITHUB_TOKEN: ${{ github.token }}
UPLOADTHING_TOKEN: ${{ secrets.UPLOADTHING_E2E_TEST_SECRET }}
UPLOADTHING_TOKEN: ${{ secrets.UPLOADTHING_E2E_TEST_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Run E2E Tests (if exists)
run: pnpm turbo --filter ./examples/${{ matrix.dir }} test
env:
UPLOADTHING_TOKEN: ${{ secrets.UPLOADTHING_E2E_TEST_SECRET }}
UPLOADTHING_TOKEN: ${{ secrets.UPLOADTHING_E2E_TEST_TOKEN }}

- uses: actions/upload-artifact@v4
if: ${{ !cancelled() && matrix.dir == 'backend-adapters' }}
Expand Down

0 comments on commit 5916045

Please sign in to comment.