Skip to content

Commit

Permalink
fixes NEXT_PUBLIC_MAPBOX_API_TOKEN reference in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed Oct 21, 2024
1 parent 97dffac commit b10edd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
NEXT_PUBLIC_API_URL=${{ vars.NEXT_PUBLIC_API_URL }}
NEXTAUTH_URL=${{ vars.NEXTAUTH_URL }}
NEXTAUTH_SECRET=${{ secrets.NEXTAUTH_SECRET }}
NEXT_PUBLIC_MAPBOX_API_TOKEN=${{ secrets.NEXT_PUBLIC_MAPBOX_API_TOKEN }}
NEXT_PUBLIC_MAPBOX_API_TOKEN=${{ vars.NEXT_PUBLIC_MAPBOX_API_TOKEN }}
context: .
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit b10edd5

Please sign in to comment.