feat: add secrets to workflow
This commit is contained in:
parent
4c1bed09fc
commit
ec5b729662
|
|
@ -4,6 +4,11 @@ on:
|
|||
name:
|
||||
type: string
|
||||
required: true
|
||||
secrets:
|
||||
MAVEN_NAME:
|
||||
required: true
|
||||
MAVEN_SECRET:
|
||||
required: true
|
||||
|
||||
permissions: read-all
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,11 @@ on:
|
|||
name:
|
||||
type: string
|
||||
required: true
|
||||
secrets:
|
||||
MAVEN_NAME:
|
||||
required: true
|
||||
MAVEN_SECRET:
|
||||
required: true
|
||||
|
||||
permissions: read-all
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue