Skip to content

Commit

Permalink
fix secret &actions config path
Browse files Browse the repository at this point in the history
  • Loading branch information
logica0419 committed Jan 13, 2024
1 parent cec845c commit 3db0dc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
- .github/renovate-bot.json5
- .github/renovate.json5
- .github/renovate/**.json5
- .github/workflows/renovate.json
- .github/workflows/renovate.yml

env:
LOG_LEVEL: debug
Expand All @@ -36,8 +36,8 @@ jobs:
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.PUSHER_APP_ID }}
private-key: ${{ secrets.PUSHER_PRIVATE_KEY }}
app-id: ${{ secrets.RENOVATE_APP_ID }}
private-key: ${{ secrets.RENOVATE_APP_PRIVATE_KEY }}
- uses: actions/checkout@v4
- name: Override default config from dispatch variables
shell: bash
Expand Down

0 comments on commit 3db0dc4

Please sign in to comment.