INFRA-2701 | Dhruv | add GITHUB_CLOUD_OAUTH_TOKEN

This commit is contained in:
dhruvjoshi
2024-06-04 15:06:50 +05:30
parent f00237a735
commit 72e4c7f94a
4 changed files with 7 additions and 2 deletions

View File

@@ -129,6 +129,10 @@
{
"name": "JIT_COMMON_CHANNEL",
"value": "$JIT_COMMON_CHANNEL"
},
{
"name": "GITHUB_CLOUD_OAUTH_TOKEN",
"value": "$GITHUB_CLOUD_OAUTH_TOKEN"
}
],
"deployment": {

View File

@@ -35,5 +35,6 @@ slackbot.token=${SLACK_BOT_TOKEN:xoxb-format-12345}
jit.dag.id=${JIT_DAG_ID:jit_dag}
jit.slack.common.channel.id=${JIT_COMMON_CHANNEL:C06NDTBFA1G}
jit.request.config.path=classpath:jit
github.token=${GITHUB_CLOUD_OAUTH_TOKEN}
github.repo.name=gocd-pipelines
gocd.pipelines.config=${GOCD_PIPELINES_CONFIG}

View File

@@ -77,6 +77,6 @@ jit.number_of_nonprod_approvals=1
slackbot.token=${SLACK_BOT_TOKEN:xoxb-format-12345}
jit.dag.id=${JIT_DAG_ID:jit_dag}
jit.slack.common.channel.id=${JIT_COMMON_CHANNEL:C0000000000}
github.token=${GITHUB_TOKEN}
github.token=${GITHUB_CLOUD_OAUTH_TOKEN}
github.repo.name=gocd-pipelines
gocd.pipelines.config=${GOCD_PIPELINES_CONFIG}

View File

@@ -66,6 +66,6 @@ jit.number_of_nonprod_approvals=1
jit.slack.common.channel.id=C0000000000
slackbot.token=xoxb-676123123123-123123123123-123123123123-123123123123
service-dump.image.name=${SERVICE_DUMP_IMAGE_NAME:193044292705.dkr.ecr.ap-south-1.amazonaws.com/common/jdk11-diagnostic:va39edbc8ebfbe68aedb776566e11b88cb4920d75}
github.token=${GITHUB_TOKEN:token}
github.token=${GITHUB_CLOUD_OAUTH_TOKEN:token}
gocd.pipelines.config="{\"DataScience\":{\"gocdServerUrl\":\"https://datascience-pipelines.cmd.navi-tech.in\",\"gocdAdminAccessToken\":\"datascience-token\"},\"Infra\":{\"gocdServerUrl\":\"https://infra-pipelines.cmd.navi-tech.in\",\"gocdAdminAccessToken\":\"infra-token\"},\"default\":{\"gocdServerUrl\":\"https://pipelines.cmd.navi-tech.in\",\"gocdAdminAccessToken\":\"pipelines-token\"}}"
github.repo.name=test-github-action-deployment-portal-backend