diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 76c64ba..90b5bd5 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -7,6 +7,7 @@ jobs: runs-on: ubuntu-latest permissions: packages: write + contents: read steps: - name: Check out code uses: actions/checkout@v4