Skip to content

Commit

Permalink
use r8 token instead of cog token - helps with smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherjesse committed Oct 26, 2023
1 parent 02f66dd commit 5e8f383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
run-cli:
runs-on: ubuntu-latest
env:
COG_TOKEN: ${{ secrets.COG_TOKEN }}
REPLICATE_API_TOKEN: ${{ secrets.REPLICATE_API_TOKEN }}
TEST_API: ${{ secrets.TEST_API }}

steps:
Expand Down

0 comments on commit 5e8f383

Please sign in to comment.