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
|
npm install -g pnpm
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install
|
run: |
|
||||||
|
pnpm install
|
||||||
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: pnpm build
|
run: |
|
||||||
|
GH_PAT=${{ secrets.GH_PAT }} \
|
||||||
|
pnpm build
|
||||||
|
|
||||||
- name: Deploy to S3
|
- name: Deploy to S3
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user