Update issue_ops.yml

Unable to access `JENKINS_INSTANCE_URL` using `secrets.`. Instead, we should be using `vars.` as it was suggested to add the variable as variable, not as secret.
This commit is contained in:
sukumarp2022
2023-04-07 11:31:03 +05:30
committed by GitHub
parent f5fc2781a3
commit 261e4ce71d
+1 -1
View File
@@ -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: ${{ secrets.JENKINS_INSTANCE_URL }}
JENKINS_INSTANCE_URL: ${{ vars.JENKINS_INSTANCE_URL }}
JENKINS_USERNAME: ${{ secrets.jenkins_username }}
JENKINS_ACCESS_TOKEN: ${{ secrets.jenkins_access_token }}
JENKINSFILE_ACCESS_TOKEN: ${{ secrets.jenkinsfile_access_token }}