Skip to content

Commit

Permalink
Renovate cred ref update
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke committed Jan 16, 2024
1 parent be18067 commit 84bf7c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
id: generate-tokens
env:
APP_ID: ${{ vars.RENOVATE_GHA_APP_ID }}
PRIVATE_KEY: ${{ secrets.RENOVATE_GHA_PRIVATE_KEY }}
APP_ID: ${{ vars.PUBLIC_RENOVATE_GHA_APP_ID }}
PRIVATE_KEY: ${{ secrets.PUBLIC_RENOVATE_GHA_PRIVATE_KEY }}
with:
script: |
const { createAppAuth } = require("@octokit/auth-app");
Expand Down

0 comments on commit 84bf7c9

Please sign in to comment.