Skip to content

Commit

Permalink
Fix warning in actions/create-github-app-token (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
superbrothers authored Dec 24, 2023
1 parent 1ecd2eb commit 7e7d48e
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 @@ -36,8 +36,8 @@ jobs:
- uses: actions/create-github-app-token@v1
id: get_token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
- name: Run renovate
run: |
docker run \
Expand Down

0 comments on commit 7e7d48e

Please sign in to comment.