Skip to content

Commit

Permalink
test(github-action): add OSM client id, secret, secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
nifedara committed Jul 26, 2024
1 parent c66dcbc commit 8110271
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/backend_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ jobs:
- name: Run tests
env:
TESTING_TOKEN: ${{ secrets.TESTING_TOKEN }}
OSM_CLIENT_ID: ${{ secrets.OSM_CLIENT_ID}}
OSM_CLIENT_SECRET: ${{ secrets.OSM_CLIENT_SECRET}}
OSM_SECRET_KEY: ${{ secrets.OSM_SECRET_KEY}}
run: |
cd backend/
Expand Down

0 comments on commit 8110271

Please sign in to comment.