add token to build step
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -46,6 +46,8 @@ jobs:
|
||||
uses: pnpm/action-setup@v3.0.0
|
||||
|
||||
- name: 🔨 Build Project
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
pnpm i
|
||||
pnpm ${{ matrix.pnpm-command }}
|
||||
|
||||
Reference in New Issue
Block a user