Skip to content

Commit

Permalink
fix: get token from secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayata Suenaga committed Aug 16, 2023
1 parent 1dfed9c commit 171cd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/composite/setupNode/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
desktop/package-lock.json
- name: Setup Mapbox SDK
run: ./scripts/setup-mapbox-sdk.sh
run: ./scripts/setup-mapbox-sdk.sh ${{ secrets.MAPBOX_SDK_DOWNLOAD_TOKEN }}
shell: bash

- id: cache-node-modules
Expand Down

0 comments on commit 171cd2c

Please sign in to comment.