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

Commit

Permalink
use renamed secrets (#173)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt authored Feb 2, 2024
1 parent cb8fb69 commit b49a202
Showing 1 changed file with 2 additions and 2 deletions.
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.JANUS_IDP_GITHUB_APP_ID }}
private_key: ${{ secrets.JANUS_IDP_GITHUB_APP_PRIVATE_KEY }}
app_id: ${{ vars.RHDH_GITHUB_APP_ID }}
private_key: ${{ secrets.RHDH_GITHUB_APP_PRIVATE_KEY }}

- name: Checkout Repository
if: steps.command.outputs.command-name
Expand Down

0 comments on commit b49a202

Please sign in to comment.