We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f0662 commit 16867bbCopy full SHA for 16867bb
.github/workflows/renovate.yml
@@ -17,10 +17,12 @@ jobs:
17
steps:
18
- name: Get token
19
id: get_token
20
- uses: tibdex/github-app-token@v2.1.0
+ uses: actions/create-github-app-token@v1
21
with:
22
- private_key: ${{ secrets.PRIVATE_KEY }}
23
- app_id: ${{ secrets.APP_ID }}
+ private-key: ${{ secrets.private_key }}
+ app-id: ${{ secrets.app_id }}
24
+ owner: ${{ github.repository_owner }}
25
+ repositories: 'helm'
26
27
- name: Checkout
28
uses: actions/checkout@v4.1.6
0 commit comments