Skip to content

Commit

Permalink
fix(IDX): switch var names (#4223)
Browse files Browse the repository at this point in the history
Another issue I didn't catch.
  • Loading branch information
cgundy authored Mar 4, 2025
1 parent f166377 commit f91eebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-mainnet-revisions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.PR_CREATION_BOT_PRIVATE_KEY }}
private-key: ${{ secrets.PR_CREATION_BOT_APP_ID }}
app-id: ${{ vars.PR_CREATION_BOT_APP_ID }}
private-key: ${{ secrets.PR_CREATION_BOT_PRIVATE_KEY }}

- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit f91eebd

Please sign in to comment.