Skip to content

Commit bbd8661

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

2 files changed

Lines changed: 5 additions & 2 deletions

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: 2 additions & 2 deletions
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
@@ -117,7 +117,7 @@ spec:
117117
valueFrom:
118118
secretKeyRef:
119119
name: $(params.github-token-secret)
120-
key: "GITHUB_TOKEN"
120+
key: "GH_ENTERPRISE_TOKEN"
121121
script: |
122122
#!/usr/bin/env bash
123123
set -e

0 commit comments

Comments
 (0)