Skip to content

Commit 717b4a0

Browse files
committed
fix: Update Jira AI token secret names
* Update the secret name and key to what we had setup from .tekton/pr-labeler.yaml pipelinerun. * Updated `AI_TOKEN_SECRET` to `gemini-api-key`. * Updated `AI_TOKEN_SECRET_KEY` to `api-key`. Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
1 parent 8fcfe51 commit 717b4a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.tekton/jira.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ spec:
1818
- name: GITHUB_TOKEN_SECRET_KEY
1919
value: "git-provider-token"
2020
- name: AI_TOKEN_SECRET
21-
value: "gemini"
21+
value: "gemini-api-key"
2222
- name: AI_TOKEN_SECRET_KEY
23-
value: "secret"
23+
value: "api-key"
2424
- name: JIRA_ENDPOINT
2525
value: "https://issues.redhat.com"
2626
- name: JIRA_TOKEN_SECRET

0 commit comments

Comments
 (0)