Merge branch 'main' into cm/updates

This commit is contained in:
Luke Cheung Engle
2023-01-09 15:24:12 -08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -8,10 +8,9 @@ assignees: ""
## Inputs
Provide the following required inputs:
Provide the following **required** inputs:
Namespace:
_The GitLab namespace (or group) to migrate pipelines from._
Namespace: **Replace this text with the GitLab namespace (or group) to migrate pipelines from.**
## Available commands

View File

@@ -19,6 +19,7 @@ env:
TRAVIS_CI_ACCESS_TOKEN: ${{ secrets.travis_ci_access_token }}
TRAVIS_CI_SOURCE_GITHUB_ACCESS_TOKEN: ${{ secrets.travis_ci_source_github_access_token }}
GITLAB_ACCESS_TOKEN: ${{ secrets.gitlab_access_token }}
GITLAB_INSTANCE_URL: ${{ secrets.gitlab_instance_url || 'https://gitlab.com' }}
CIRCLE_CI_ACCESS_TOKEN: ${{ secrets.circle_ci_access_token }}
CIRCLE_CI_SOURCE_GITHUB_ACCESS_TOKEN: ${{ secrets.circle_ci_source_github_access_token }}