Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
move redhat-developer/rhdh-chart back to original location so
Browse files Browse the repository at this point in the history
downloads/releases are recovered (RHIDP-102)

Revert "use renamed secrets (#173)"

This reverts commit b49a202.

Revert "chore: switch CODEOWNERS to new @redhat-developer/RHDH-content and @redhat-developer/rhdh-helm teams (#174)"

This reverts commit 00983b7.
  • Loading branch information
nickboldt committed Feb 2, 2024
1 parent 4c7be7c commit 4d6b17e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d6b17e

Please sign in to comment.