diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 383cc6c..2e060f1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -186,6 +186,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + token: ${{ secrets.REPO_TOKEN }} - name: Set up environment run: make setup - name: Generate badge JSON files