From b2dc321f18c766e3cdb805024d5577553dea0134 Mon Sep 17 00:00:00 2001 From: Midhun Nair <107094461+snps-midhunn@users.noreply.github.com> Date: Thu, 14 Sep 2023 14:04:19 +0530 Subject: [PATCH 1/2] Update issue_ops.yml --- .github/workflows/issue_ops.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_ops.yml b/.github/workflows/issue_ops.yml index 69e1100..2ac693b 100644 --- a/.github/workflows/issue_ops.yml +++ b/.github/workflows/issue_ops.yml @@ -13,7 +13,7 @@ defaults: shell: bash env: - GITHUB_INSTANCE_URL: ${{ secrets.GITHUB_INSTANCE_URL || 'https://github.com' }} + GITHUB_INSTANCE_URL: ${{ secrets.GH_INSTANCE_URL || 'https://github.com' }} GITHUB_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }} JENKINS_INSTANCE_URL: ${{ secrets.JENKINS_INSTANCE_URL }} JENKINS_USERNAME: ${{ secrets.jenkins_username }} From 84da28536820a4847a9e4b0db12019ded86e4648 Mon Sep 17 00:00:00 2001 From: Midhun Nair <107094461+snps-midhunn@users.noreply.github.com> Date: Thu, 14 Sep 2023 14:04:44 +0530 Subject: [PATCH 2/2] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index ca52e88..5093481 100644 --- a/Readme.md +++ b/Readme.md @@ -35,7 +35,7 @@ The following secrets are required: Optionally, the following secrets can be set: -- `GITHUB_INSTANCE_URL`: The base URL of your GitHub instance (only required if it is **not** ). +- `GH_INSTANCE_URL`: The base URL of your GitHub instance (only required if it is **not** ). ### Azure DevOps