Skip to content

Commit 35b3d31

Browse files
authored
fix: update create-github-app-token
1 parent 175ef37 commit 35b3d31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/updatecli.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
env:
2121
GITHUB_ACTOR: ${{ github.actor }}
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
- uses: tibdex/github-app-token@v1.8
23+
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
2424
id: generate_token
2525
if: github.ref == 'refs/heads/main'
2626
with:
27-
app_id: ${{ secrets.UPDATECLIBOT_APP_ID }}
28-
private_key: ${{ secrets.UPDATECLIBOT_APP_PRIVKEY }}
27+
app-id: ${{ secrets.UPDATECLIBOT_APP_ID }}
28+
private-key: ${{ secrets.UPDATECLIBOT_APP_PRIVKEY }}
2929
- name: "Run updatecli"
3030
if: github.ref == 'refs/heads/main'
3131
run: "updatecli compose apply"

0 commit comments

Comments
 (0)