diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aea509c..94a3027 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: examples: runs-on: ubuntu-latest env: - GITHUB_TOKEN: ${{ github.token }} + GITHUB_TOKEN: ${{ secrets.STICKY_COMMENT_TOKEN }} permissions: pull-requests: write if: github.event_name == 'pull_request'