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