diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f91c70..8314bae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,6 +83,7 @@ jobs: if: github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/') permissions: contents: read + packages: write steps: - uses: actions/checkout@v4