Update .gitea/workflows/release.yml
Some checks failed
Snyk / security (push) Has been cancelled

This commit is contained in:
2025-06-22 23:36:48 +02:00
parent 2084eb0ac2
commit 99a6f8f1b9

View File

@ -5,15 +5,15 @@ on:
- cron: "0 9 * * 0" - cron: "0 9 * * 0"
jobs: jobs:
test: # test:
name: Test # name: Test
uses: https://git.tainton.uk/repos/roboluke/.gitea/workflows/ci.yml@main # uses: https://git.tainton.uk/repos/roboluke/.gitea/workflows/ci.yml@main
with: # with:
python-version: 3.13 # python-version: 3.13
secrets: # secrets:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }} # SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} # SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} # SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
create_release: create_release:
name: Create Release name: Create Release