ci: add flake update action (#1100)

This commit is contained in:
awwpotato 2025-04-05 13:20:36 -07:00 committed by GitHub
parent 8865a737ce
commit a6a467a7c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 41 additions and 2 deletions

View file

@ -29,8 +29,8 @@ jobs:
- uses: actions/create-github-app-token@v2
id: app-token
with:
app-id: ${{ vars.BACKPORT_APP_ID }}
private-key: ${{ secrets.BACKPORT_PRIVATE_KEY }}
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: actions/checkout@v4
with: