diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c73182c..e6a8591 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,6 +18,9 @@ jobs: ci: name: CI runs-on: ubuntu-latest + permissions: + contents: read + packages: write steps: - name: Checkout uses: actions/checkout@v2