File tree Expand file tree Collapse file tree
.harness/orgs/PROD/projects/Harness_Split/pipelines/deploy_qos_v3/input_sets Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ inputSet:
3131 - latest
3232 dockerfile : " "
3333 context : " "
34+ buildArgs :
35+ CODEARTIFACT_AUTH_TOKEN : <+secrets.getValue("codeartifact-token")>
36+ GH_TOKEN : <+secrets.getValue("fme-github-netrc-token")>
3437 envVariables :
3538 PLUGIN_NO_PUSH : <+<+trigger.payload.ref>!="refs/heads/main"?"true":"false">
3639 PLUGIN_PLATFORM : linux/amd64,linux/arm64
@@ -61,6 +64,9 @@ inputSet:
6164 - latest
6265 dockerfile : " "
6366 context : " "
67+ buildArgs :
68+ CODEARTIFACT_AUTH_TOKEN : <+secrets.getValue("codeartifact-token")>
69+ GH_TOKEN : <+secrets.getValue("fme-github-netrc-token")>
6470 envVariables :
6571 PLUGIN_NO_PUSH : <+<+trigger.payload.ref>!="refs/heads/main"?"true":"false">
6672 PLUGIN_PLATFORM : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments