diff --git a/.github/workflows/ci-cpi-count.yaml b/.github/workflows/ci-cpi-count.yaml index e3984f8..ecac719 100644 --- a/.github/workflows/ci-cpi-count.yaml +++ b/.github/workflows/ci-cpi-count.yaml @@ -11,6 +11,9 @@ on: jobs: build: runs-on: ubuntu-latest + permissions: + contents: read + packages: write steps: - name: Checkout code uses: actions/checkout@v4 @@ -48,4 +51,4 @@ jobs: cache-to: type=registry,image-manifest=true,oci-mediatypes=true,ref=ghcr.io/${{ github.repository }}/cpi-count:cache,mode=max # Need to add the repository name - \ No newline at end of file +