diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index cc653d8..4184bd5 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -6,6 +6,7 @@ on: permissions: contents: read + issues: write pull-requests: write concurrency: @@ -33,6 +34,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} + persist-credentials: false - uses: actions/setup-go@v5 if: github.event.action != 'closed'