Skip to content

Commit f9b727f

Browse files
committed
debug: fix
Signed-off-by: Cagri Yonca <cagri@ibm.com>
1 parent 6a26c79 commit f9b727f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.tekton/.currency/currency-rbac.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ rules:
1111
- apiGroups: [""]
1212
resources: ["pods", "pods/log"]
1313
verbs: ["get", "list"]
14+
- apiGroups: [""]
15+
resources: ["secrets"]
16+
verbs: ["get"]
1417
- apiGroups: ["tekton.dev"]
1518
resources: ["taskruns"]
1619
verbs: ["get", "list"]

.tekton/.currency/currency-tasks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ metadata:
102102
spec:
103103
params:
104104
- name: github-token-secret
105-
default: instana-github-api-token
105+
default: instanacd-github-api-token
106106
- name: revision
107107
type: string
108108
default: main

0 commit comments

Comments
 (0)