Skip to content

Commit 89c7383

Browse files
author
konflux
committed
Konflux build pipeline service account migration for gh-actions-exp-e0b28
Signed-off-by: konflux <[email protected]>
1 parent 40ca68d commit 89c7383

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.tekton/gh-actions-exp-e0b28-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,8 @@ spec:
592592
optional: true
593593
- name: netrc
594594
optional: true
595-
taskRunTemplate: {}
595+
taskRunTemplate:
596+
serviceAccountName: build-pipeline-gh-actions-exp-e0b28
596597
workspaces:
597598
- name: git-auth
598599
secret:

.tekton/gh-actions-exp-e0b28-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,8 @@ spec:
589589
optional: true
590590
- name: netrc
591591
optional: true
592-
taskRunTemplate: {}
592+
taskRunTemplate:
593+
serviceAccountName: build-pipeline-gh-actions-exp-e0b28
593594
workspaces:
594595
- name: git-auth
595596
secret:

0 commit comments

Comments
 (0)