Skip to content

Commit

Permalink
#58 added keys to CI check file
Browse files Browse the repository at this point in the history
  • Loading branch information
anton6tak committed Jul 14, 2021
1 parent 0d5d546 commit 10fc9e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compilation-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: macOS-latest
env:
MAPBOX_SECRET_TOKEN: ${{ secrets.MAPBOX_SECRET_TOKEN }}
MAPBOX_PUBLIC_TOKEN: ${{ secrets.MAPBOX_PUBLIC_TOKEN }}
GOOGLE_MAPS_API_KEY: ${{ secrets.GOOGLE_MAPS_API_KEY }}
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
Expand Down

0 comments on commit 10fc9e0

Please sign in to comment.