Skip to content

Commit f6a1276

Browse files
committed
fix env
1 parent 739c97c commit f6a1276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ jobs:
293293
deploy-message: "Deploy from GitHub Actions"
294294
fails-without-credentials: true
295295
env:
296-
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
297-
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
296+
NETLIFY_AUTH_TOKEN: ${{ secrets.PLAYGROUND_NETLIFY_AUTH_TOKEN }}
297+
NETLIFY_SITE_ID: ${{ secrets.PLAYGROUND_NETLIFY_SITE_ID }}
298298

299299
lint:
300300
needs: pre_job

0 commit comments

Comments
 (0)