Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 141cf6c

Browse files
committedMar 7, 2025·
ci: update env for deployment
1 parent 60c6543 commit 141cf6c

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)
Please sign in to comment.