From 3da54d66e1deaf127a7d053c08ac24d5924276dd Mon Sep 17 00:00:00 2001 From: Tomas David Date: Mon, 1 Jun 2026 10:11:51 +0200 Subject: [PATCH] OCPERT-368: Replace GitHub token with Github app for Jira Notificator rh-pre-commit.version: 2.4.0 rh-pre-commit.check-secrets: ENABLED --- .../release-qe-tests-jira-notificator-commands.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ci-operator/step-registry/release-qe-tests/jira-notificator/release-qe-tests-jira-notificator-commands.sh b/ci-operator/step-registry/release-qe-tests/jira-notificator/release-qe-tests-jira-notificator-commands.sh index 219e199e18267..01d52938cdaf2 100644 --- a/ci-operator/step-registry/release-qe-tests/jira-notificator/release-qe-tests-jira-notificator-commands.sh +++ b/ci-operator/step-registry/release-qe-tests/jira-notificator/release-qe-tests-jira-notificator-commands.sh @@ -3,6 +3,8 @@ jira_username=$(cat "/var/run/vault/release-tests-token/jira_username") export JIRA_USERNAME=$jira_username jira_token=$(cat "/var/run/vault/release-tests-token/jira_token") export JIRA_TOKEN=$jira_token -github_token=$(cat "/var/run/vault/release-tests-token/github_token") -export GITHUB_TOKEN=$github_token +github_app_reader_id=$(cat "/var/run/vault/release-tests-token/github_app_reader_id") +export GITHUB_APP_READER_ID=$github_app_reader_id +github_app_reader_private_key="/var/run/vault/release-tests-token/github_app_reader_private_key" +export GITHUB_APP_READER_PRIVATE_KEY=$github_app_reader_private_key oarctl jira-notificator