From 0cab0b00a6c924a4656edd340ecefac4ea0f5740 Mon Sep 17 00:00:00 2001 From: Ethan Dennis Date: Fri, 7 Apr 2023 11:58:50 -0700 Subject: [PATCH] Update documentation --- .github/workflows/issue_ops.yml | 2 +- Readme.md | 13 +++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/issue_ops.yml b/.github/workflows/issue_ops.yml index 1778580..4dcbce7 100644 --- a/.github/workflows/issue_ops.yml +++ b/.github/workflows/issue_ops.yml @@ -11,7 +11,7 @@ permissions: env: GITHUB_INSTANCE_URL: ${{ secrets.GITHUB_INSTANCE_URL || 'https://github.com' }} GITHUB_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }} - JENKINS_INSTANCE_URL: ${{ vars.JENKINS_INSTANCE_URL }} + JENKINS_INSTANCE_URL: ${{ secrets.JENKINS_INSTANCE_URL }} JENKINS_USERNAME: ${{ secrets.jenkins_username }} JENKINS_ACCESS_TOKEN: ${{ secrets.jenkins_access_token }} JENKINSFILE_ACCESS_TOKEN: ${{ secrets.jenkinsfile_access_token }} diff --git a/Readme.md b/Readme.md index de4f745..7f1aa62 100644 --- a/Readme.md +++ b/Readme.md @@ -33,7 +33,7 @@ The following secrets are required: - `GH_ACCESS_TOKEN`: GitHub personal access token to create pull requests (requires `repo` and `workflow` scopes). -Optionally, the following environment variables can be set: +Optionally, the following secrets can be set: - `GITHUB_INSTANCE_URL`: The base URL of your GitHub instance (only required if it is **not** ). @@ -50,7 +50,7 @@ The following secrets are required: - Task Groups (Read) - Variable Groups (Read) -Optionally, the following environment variables can be set: +Optionally, the following secrets can be set: - `AZURE_DEVOPS_INSTANCE_URL`: The base URL of your Azure DevOps instance (only required if it is **not** ). @@ -61,7 +61,7 @@ The following secrets are required: - `CIRCLE_CI_ACCESS_TOKEN`: The personal access token to access the CircleCI instance. - `CIRCLE_CI_SOURCE_GITHUB_ACCESS_TOKEN`: The personal access token to access pipeline files stored in GitHub. -Optionally, the following environment variables can be set: +Optionally, the following secrets can be set: - `CIRCLE_CI_INSTANCE_URL`: The base URL of your CircleCI instance (only required if it is **not** ). @@ -71,7 +71,7 @@ The following secrets are required: - `GITLAB_ACCESS_TOKEN`: The personal access token to access the GitLab instance (requires `read_api` scope). -Optionally, the following environment variables can be set: +Optionally, the following secrets can be set: - `GITLAB_INSTANCE_URL`: The base URL of your GitLab instance (only required if it is **not** ). @@ -82,9 +82,6 @@ The following secrets are required: - `JENKINSFILE_ACCESS_TOKEN`: The personal access token used to retrieve the contents of a `Jenkinsfile` stored in the build repository (requires `repo` scope). - `JENKINS_ACCESS_TOKEN`: The access token used to view Jenkins resources. - `JENKINS_USERNAME`: The username of the user's access token. - -The following environment variables are required: - - `JENKINS_INSTANCE_URL`: The base URL of your Jenkins instance. ### Travis CI @@ -94,7 +91,7 @@ The following secrets are required: - `TRAVIS_CI_ACCESS_TOKEN`: The personal access token to access the Travis CI instance. - `TRAVIS_CI_SOURCE_GITHUB_ACCESS_TOKEN`: The personal access token to access pipeline files stored in GitHub. -Optionally, the following environment variables can be set: +Optionally, the following secrets can be set: - `TRAVIS_CI_INSTANCE_URL`: The base URL of your Travis CI instance (only required if it is **not** ).