diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 1f44cf9..9aa6360 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -7,7 +7,7 @@ jobs: build: runs-on: ubuntu-latest permissions: - contents: read # Needed to clone the repository + contents: write steps: - name: Clone uses: actions/checkout@v3