Skip to content

Commit c44b574

Browse files
committedMar 23, 2025·
Update deploy.yml
1 parent e53d5c4 commit c44b574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
cache: 'npm'
2222

2323
- name: Install and Build 🔧
24-
env:
25-
GITHUB_TOKEN: ${{ secrets.secrets.GA_ID }}
2624
run: |
2725
npm install
2826
NODE_OPTIONS=--max_old_space_size=4096 npm run build
2927
3028
- name: Upload artifact ⬆️
3129
uses: actions/upload-artifact@v4
30+
env:
31+
GITHUB_TOKEN: ${{ secrets.secrets.GA_ID }}
3232
with:
3333
path: './dist'
3434

0 commit comments

Comments
 (0)
Please sign in to comment.