feat(repo): migrate to Gitea #300

Merged
luke merged 12 commits from gitea into main 2025-01-17 00:30:02 +01:00
Showing only changes of commit 521b2593b0 - Show all commits

View File

@ -5,18 +5,18 @@ on:
- cron: "0 9 * * 0"
jobs:
test:
name: Test
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-poetry-with-docker.yml@main
with:
python-version: 3.13
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
# test:
# name: Test
# uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-poetry-with-docker.yml@main
# with:
# python-version: 3.13
# secrets:
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
create_release:
name: Create Release
needs: test
# needs: test
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/create-release.yml@main
secrets:
ACTIONS_TOKEN: ${{ secrets.ACTIONS_TOKEN }}