Skip to content

Error: Resource not accessible by integration with pull-requests: write #655

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
PupilTong opened this issue Mar 24, 2025 · 0 comments
Open

Comments

@PupilTong
Copy link

PupilTong commented Mar 24, 2025

https://github.com/lynx-family/lynx-stack/actions/runs/14030864272/job/39277992413?pr=211

name: Web Platform Report
on:
  pull_request:
    branches:
      - main
    paths:
      - package.json
      - pnpm-lock.yaml
      - "packages/web-platform/**"
      - .github/workflows/web-report.yml
permissions:
  contents: write
  pull-requests: write
env:
  CI: 1
  TURBO_TELEMETRY_DISABLED: 1
concurrency:
  group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
  cancel-in-progress: true
jobs:
  bundle-size-report:
    permissions:
      contents: write
      pull-requests: write
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: pnpm/action-setup@v4
      - uses: actions/setup-node@v4
        with:
          node-version: "22"
      - run: |
          pnpm install --frozen-lockfile
          pnpm turbo --filter "@lynx-js/web-explorer" build
          mv ./packages/web-platform/web-explorer/dist/stats.json ../stats.base.json
      - run: |
          mv ../stats.base.json ./stats.base.json
      - uses: github/[email protected]
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
          current-stats-json-path: ./stats.base.json
          base-stats-json-path: ./stats.base.json

The error is

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant