Compare commits
3 Commits
0716974261
...
d74ba39977
| Author | SHA1 | Date | |
|---|---|---|---|
| d74ba39977 | |||
| 8fc623610f | |||
| fd32d1fb7f |
@@ -2,20 +2,25 @@ variables:
|
||||
script:
|
||||
description: "Which script to run?"
|
||||
value: ""
|
||||
options:
|
||||
- ""
|
||||
- "CreateRepos"
|
||||
|
||||
ProjectName:
|
||||
description: "Name of the Project (For CreateRepos)"
|
||||
value: ""
|
||||
|
||||
GITLAB_TOKEN:
|
||||
description: "Gitlab Token"
|
||||
value: "$GitlabToken"
|
||||
|
||||
GITHUB_TOKEN:
|
||||
description: "Github token"
|
||||
value: "$GithubToken"
|
||||
|
||||
GITEA_TOKEN:
|
||||
description: "Gitea Token"
|
||||
value: "$GiteaToken"
|
||||
|
||||
CreateRepos:
|
||||
image: mcr.microsoft.com/powershell:latest
|
||||
|
||||
Reference in New Issue
Block a user