We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739c97c commit f6a1276Copy full SHA for f6a1276
.github/workflows/rust.yml
@@ -293,8 +293,8 @@ jobs:
293
deploy-message: "Deploy from GitHub Actions"
294
fails-without-credentials: true
295
env:
296
- NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
297
- NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
+ NETLIFY_AUTH_TOKEN: ${{ secrets.PLAYGROUND_NETLIFY_AUTH_TOKEN }}
+ NETLIFY_SITE_ID: ${{ secrets.PLAYGROUND_NETLIFY_SITE_ID }}
298
299
lint:
300
needs: pre_job
0 commit comments