Skip to content

Commit c21bf5e

Browse files
authored
ci: update env for deployment (#270)
1 parent 60c6543 commit c21bf5e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@ jobs:
3131
production-branch: main
3232
github-token: ${{ secrets.GITHUB_TOKEN }}
3333
deploy-message: 'Deployed from GitHub Actions'
34-
netlify-auth-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
35-
netlify-site-id: ${{ secrets.NETLIFY_SITE_ID }}
34+
env:
35+
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
36+
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
37+
timeout-minutes: 1

0 commit comments

Comments
 (0)