set token in env var
All checks were successful
Go-Tests / tests (push) Successful in 2m4s
Go-Tests / sonar (push) Successful in 53s

This commit is contained in:
2025-08-19 17:02:17 +02:00
parent 1f558fe8f4
commit 597df8e6f6

View File

@@ -4,6 +4,9 @@ on:
push:
branches:
- "**"
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
jobs:
tests:
permissions: