diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6069839..c38d5d0 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' && github.repository_owner_id == '7349341' @@ -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: