chore(ci): remove GITHUB_TOKEN from build environment in CI pipeline

This commit is contained in:
taroj1205 2025-06-22 18:27:31 +12:00
parent f1f02464e7
commit c540cc914e
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7

View file

@ -169,8 +169,6 @@ jobs:
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile
- name: Build project - name: Build project
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: pnpm exec turbo run build run: pnpm exec turbo run build
- name: Upload build artifacts - name: Upload build artifacts