Skip to content

Commit 68df41f

Browse files
committed
Update inputset split_evaluator
1 parent bb50eed commit 68df41f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.harness/orgs/PROD/projects/Harness_Split/pipelines/deploy_qos_v3/input_sets/split_evaluator.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)