feat(workflow): give github pat to build script
This commit is contained in:
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@@ -23,10 +23,13 @@ jobs:
|
||||
npm install -g pnpm
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
run: |
|
||||
pnpm install
|
||||
|
||||
- name: Build project
|
||||
run: pnpm build
|
||||
run: |
|
||||
GH_PAT=${{ secrets.GH_PAT }} \
|
||||
pnpm build
|
||||
|
||||
- name: Deploy to S3
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user