diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87f74dc..aea509c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,8 @@ jobs: - run: pnpm check examples: runs-on: ubuntu-latest + env: + GITHUB_TOKEN: ${{ github.token }} permissions: pull-requests: write if: github.event_name == 'pull_request' @@ -63,7 +65,6 @@ jobs: header: "Examples" recreate: true path: TMP_EXAMPLES.md - GITHUB_TOKEN: ${{ secrets.STICKY_COMMENT_TOKEN }} lint: runs-on: ubuntu-latest steps: