Skip to content

Commit e53d5c4

Browse files
Update deploy.yml
1 parent f560fc3 commit e53d5c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
cache: 'npm'
2222

2323
- name: Install and Build 🔧
24+
env:
25+
GITHUB_TOKEN: ${{ secrets.secrets.GA_ID }}
2426
run: |
2527
npm install
2628
NODE_OPTIONS=--max_old_space_size=4096 npm run build

0 commit comments

Comments
 (0)