Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Oct 11, 2023
1 parent 5745716 commit d3e63e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

jobs:
build-and-deploy:
build-and-upload-artifact:
runs-on: ubuntu-latest
environment: github-pages
steps:
Expand All @@ -17,7 +17,8 @@ jobs:

- name: Build 🔧
env:
AGORA_APPID: ${{ secrets.AGORA_APPID }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

run: |
pnpm install
pnpm run lint
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
uses: ./.github/actions/setup

- name: Build 🔧
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

run: |
pnpm install
pnpm run lint
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
uses: ./.github/actions/setup

- name: Setup Dependencies 💚
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

run: |
pnpm install
Expand Down

0 comments on commit d3e63e1

Please sign in to comment.