Compare commits

...

3 Commits

Author SHA1 Message Date
d74ba39977 update 2024-07-16 18:25:26 -05:00
8fc623610f update 2024-07-16 18:22:26 -05:00
fd32d1fb7f update 2024-07-16 18:21:41 -05:00

View File

@@ -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