diff options
author | 2025-02-11 15:58:40 +0000 | |
---|---|---|
committer | 2025-02-11 15:58:40 +0000 | |
commit | 8d68ac4b5c13aaf37e86a08a7a4d6c88f08d5cde (patch) | |
tree | 3de78a6c3f9fb463d4164d20af654fabea33b2c5 | |
parent | f9d776965c8722ffb033fd22d42797ebca8c99b6 (diff) | |
download | astro-8d68ac4b5c13aaf37e86a08a7a4d6c88f08d5cde.tar.gz astro-8d68ac4b5c13aaf37e86a08a7a4d6c88f08d5cde.tar.zst astro-8d68ac4b5c13aaf37e86a08a7a4d6c88f08d5cde.zip |
ci: remove incorrect permission
-rw-r--r-- | .github/workflows/preview-release.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/preview-release.yml b/.github/workflows/preview-release.yml index 315df80f0..f3542edd1 100644 --- a/.github/workflows/preview-release.yml +++ b/.github/workflows/preview-release.yml @@ -82,8 +82,6 @@ jobs: run: pnpx pkg-pr-new publish --pnpm --compact ${{ steps.packages.outputs.result }} - name: Add comment - permissions: - pull-requests: write if: ${{ steps.packages.outputs.result == '' }} uses: peter-evans/create-or-update-comment@v4 continue-on-error: true |