mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Move secrets out of gh action, and make it as input
This commit is contained in:
parent
a652cbea61
commit
f2c61401f6
2 changed files with 7 additions and 2 deletions
|
|
@ -43,6 +43,7 @@ jobs:
|
|||
coverage-test: ${{ matrix.coverage-test == true && 'true' || 'false' }}
|
||||
needs-postgres-package: "false"
|
||||
needs-mysql-package: "false"
|
||||
coveralls-token: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
|
||||
test-mysql:
|
||||
name: Test (MySQL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue