Merge pull request #32 from snps-midhunn/fix-gh-var
Update workflow and README to use GH_INSTANCE_URL instead of GITHUB_INSTEAD_URL
This commit is contained in:
@@ -13,7 +13,7 @@ defaults:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
env:
|
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 }}
|
GITHUB_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
|
||||||
JENKINS_INSTANCE_URL: ${{ secrets.JENKINS_INSTANCE_URL }}
|
JENKINS_INSTANCE_URL: ${{ secrets.JENKINS_INSTANCE_URL }}
|
||||||
JENKINS_USERNAME: ${{ secrets.jenkins_username }}
|
JENKINS_USERNAME: ${{ secrets.jenkins_username }}
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ The following secrets are required:
|
|||||||
|
|
||||||
Optionally, the following secrets 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** <https://github.com>).
|
- `GH_INSTANCE_URL`: The base URL of your GitHub instance (only required if it is **not** <https://github.com>).
|
||||||
|
|
||||||
### Azure DevOps
|
### Azure DevOps
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user