We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f560fc3 commit e53d5c4Copy full SHA for e53d5c4
.github/workflows/deploy.yml
@@ -21,6 +21,8 @@ jobs:
21
cache: 'npm'
22
23
- name: Install and Build 🔧
24
+ env:
25
+ GITHUB_TOKEN: ${{ secrets.secrets.GA_ID }}
26
run: |
27
npm install
28
NODE_OPTIONS=--max_old_space_size=4096 npm run build
0 commit comments