Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 94195a9

Browse files
committed
Merge branch 'main' into release
2 parents 9c3ced1 + 1eeca77 commit 94195a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
- name: setup env file
130130
run: |
131131
touch .env
132-
echo "${{ github.ENV_FILE_CONTENTS }}" > .env
132+
echo "${{ secrets.ENV_FILE_CONTENTS }}" >> .env
133133
- name: Build with Next.js
134134
run: ${{ steps.detect-package-manager.outputs.runner }} next build
135135
- name: Upload artifact

0 commit comments

Comments
 (0)