Skip to content

Commit cc1f7b6

Browse files
authored
Change MPKIT_TOKEN secret to MPKIT_TOKEN_PROD
1 parent 00ea1ff commit cc1f7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
env:
5454
MPKIT_URL: ${{ secrets.MPKIT_URL_PRODUCTION }}
5555
MPKIT_EMAIL: ${{ secrets.MPKIT_EMAIL }}
56-
MPKIT_TOKEN: ${{ secrets.MPKIT_TOKEN }}
56+
MPKIT_TOKEN: ${{ secrets.MPKIT_TOKEN_PROD }}
5757
steps:
5858
- uses: actions/checkout@v4
5959
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)