Skip to content

Commit 1e8dde9

Browse files
committed
添加环境变量
1 parent 2233aaa commit 1e8dde9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
steps:
21+
- name: Create .env file
22+
run: |
23+
touch .env
24+
echo "${{ secrets.TEST_SECRETS }}" >> .env
25+
2126
- name: Checkout your repository using git
2227
uses: actions/checkout@v5
2328
- name: Install, build, and upload your site

0 commit comments

Comments
 (0)