From 4d6b17e7a322abcc4ea96fdf7b500a1e6e7e5d9f Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Fri, 2 Feb 2024 13:44:34 -0400 Subject: [PATCH] move redhat-developer/rhdh-chart back to original location so downloads/releases are recovered (RHIDP-102) Revert "use renamed secrets (#173)" This reverts commit b49a202e49746230db9c2e7f3a223ed66c92698c. Revert "chore: switch CODEOWNERS to new @redhat-developer/RHDH-content and @redhat-developer/rhdh-helm teams (#174)" This reverts commit 00983b7459ff2c2fe93bfa6b3191bd6e4f6cae87. --- .github/CODEOWNERS | 6 +++--- .github/workflows/bump-version.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 65a78d4b..8ba7fcd1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -12,8 +12,8 @@ # This should make it easy to add new rules without breaking existing ones. # Global rule: -* @redhat-developer/rhdh-helm +* @janus-idp/maintainers-helm # Documentation: -*.md.gotmpl @redhat-developer/RHDH-content -/README.md @redhat-developer/RHDH-content +*.md.gotmpl @janus-idp/maintainers-docs +/README.md @janus-idp/maintainers-docs diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 7ae80797..4e20da5d 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -43,8 +43,8 @@ jobs: id: generate_token uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2 with: - app_id: ${{ vars.RHDH_GITHUB_APP_ID }} - private_key: ${{ secrets.RHDH_GITHUB_APP_PRIVATE_KEY }} + app_id: ${{ vars.JANUS_IDP_GITHUB_APP_ID }} + private_key: ${{ secrets.JANUS_IDP_GITHUB_APP_PRIVATE_KEY }} - name: Checkout Repository if: steps.command.outputs.command-name