diff --git a/.gitea/workflows/cicd.yml b/.gitea/workflows/cicd.yml index f61f341..2479a0e 100644 --- a/.gitea/workflows/cicd.yml +++ b/.gitea/workflows/cicd.yml @@ -37,6 +37,9 @@ jobs: needs: lint if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest + permissions: + packages: write + contents: read steps: - name: Checkout repository uses: actions/checkout@v4