Update the default values and get from secrets

This commit is contained in:
Sivamuthu Kumar
2022-08-10 18:38:36 -04:00
committed by GitHub
parent 30e0a79778
commit 62d15eb644

View File

@@ -9,9 +9,9 @@ permissions:
issues: write
env:
GITHUB_INSTANCE_URL: https://github.com
GITHUB_INSTANCE_URL: ${{ secrets.GITHUB_INSTANCE_URL || 'https://github.com' }}
GITHUB_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
JENKINS_INSTANCE_URL: https://jenkout.westus2.cloudapp.azure.com
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 }}