Skip to content

Commit

Permalink
fix: export api key as MOMENTO_API_KEY for api examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pgautier404 committed Jan 10, 2024
1 parent 6f595db commit 9610338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
run: dart test
env:
TEST_API_KEY: ${{ secrets.ALPHA_TEST_AUTH_TOKEN }}
MOMENTO_API_KEY: ${{ secrets.ALPHA_TEST_AUTH_TOKEN }}

- name: Run examples
run: |
Expand Down

0 comments on commit 9610338

Please sign in to comment.