Compare commits

...

2 Commits

Author SHA1 Message Date
Luca Burgard 82e3e92f3e feat: add secrets to workflow 2024-04-24 17:08:42 +02:00
Luca Burgard ec5b729662 feat: add secrets to workflow 2024-04-24 17:04:18 +02:00
2 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,12 @@ on:
name:
type: string
required: true
MAVEN_USER:
type: string
required: true
secrets:
MAVEN_SECRET:
required: true
permissions: read-all

View File

@ -4,6 +4,12 @@ on:
name:
type: string
required: true
MAVEN_USER:
type: string
required: true
secrets:
MAVEN_SECRET:
required: true
permissions: read-all