Skip to content

Commit

Permalink
ci: Fix machine when setting netrc
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlauzon committed Apr 24, 2024
1 parent b3ceff2 commit 4bcb262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-upload-ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: "Set login password for downloading mapbox SDK"
uses: extractions/netrc@v2
with:
machine: machine api.mapbox.com
machine: api.mapbox.com
username: mapbox
password: ${{ secrets.MAPBOX_SDK_REGISTRY_TOKEN }}
- run: npm ci
Expand Down

0 comments on commit 4bcb262

Please sign in to comment.