diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f956e6c..1bc28dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,12 @@ jobs: python-version: "3.11" cache: pip + - name: Configure git credentials for Forgejo + env: + FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }} + run: | + git config --global url."https://oauth2:${FORGEJO_TOKEN}@git.opensourcesolarpunk.com/".insteadOf "https://git.opensourcesolarpunk.com/" + - name: Install dependencies run: pip install -r requirements.txt