Skip to content

Commit

Permalink
Fix rockset auth in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gadhagod committed Jul 31, 2024
1 parent 5ce5ad2 commit 429bc27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/local-api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
env:
MONGO_PASSWORD: ${{ secrets.MONGO_PASSWORD }}
MONGO_USERNAME: ${{ secrets.MONGO_USERNAME }}
RS2_TOKEN: ${{ secrets.RS2_TOKEN }}

- name: Install test dependencies
run: |
cd tests
Expand Down

0 comments on commit 429bc27

Please sign in to comment.