Merge branch 'main' into cm/updates
This commit is contained in:
5
.github/ISSUE_TEMPLATE/gitlab_ci.md
vendored
5
.github/ISSUE_TEMPLATE/gitlab_ci.md
vendored
@@ -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
|
||||
|
||||
|
||||
1
.github/workflows/issue_ops.yml
vendored
1
.github/workflows/issue_ops.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user