diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 80a6529..2a40b4c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,6 +9,10 @@ on: env: CCACHE_BASEDIR: ${{ github.workspace }} +permissions: + contents: read + actions: read + checks: write jobs: build-and-test: runs-on: ubuntu-latest