Skip to content

Commit

Permalink
Add api key secret
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwijos committed Jan 11, 2024
1 parent 7bd7c96 commit c35273a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
env:
PUBLIC_MAPTILER_API_KEY: ${{secrets.MAPTILER_KEY}}
PUBLIC_REST_API_URL: ${{secrets.REST_API_URL}}
PRIVATE_REST_API_KEY: ${{secrets.REST_API_KEY}}

jobs:
build:
Expand Down

0 comments on commit c35273a

Please sign in to comment.