There was an error while loading. Please reload this page.
1 parent 3ede3f2 commit 8bd5fc0Copy full SHA for 8bd5fc0
1 file changed
.github/workflows/update-deps-github-actions.yml
@@ -15,18 +15,17 @@ jobs:
15
id: app
16
uses: actions/create-github-app-token@v3
17
with:
18
- app-id: ${{ vars.HOUSEKEEPING_BOT_APP_ID }}
+ client-id: ${{ vars.HOUSEKEEPING_BOT_APP_ID }}
19
private-key: ${{ secrets.HOUSEKEEPING_BOT_PRIVATE_KEY }}
20
owner: ${{ github.repository_owner }}
21
22
- name: Update GitHub Actions
23
- uses: alchemaxinc/update-deps/actions@v1
+ uses: alchemaxinc/update-deps/actions@v2
24
25
token: ${{ steps.app.outputs.token }}
26
app-slug: alchemax-housekeeper
27
auto-merge: 'true'
28
base-branch: 'main'
29
- prefixes: 'actions'
30
file-glob: '.github/**/*.yml'
31
branch-prefix: 'update-actions'
32
pr-title: 'chore: Update GitHub Actions'
0 commit comments