We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175ef37 commit 35b3d31Copy full SHA for 35b3d31
.github/workflows/updatecli.yaml
@@ -20,12 +20,12 @@ jobs:
20
env:
21
GITHUB_ACTOR: ${{ github.actor }}
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
- - uses: tibdex/github-app-token@v1.8
+ - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
24
id: generate_token
25
if: github.ref == 'refs/heads/main'
26
with:
27
- app_id: ${{ secrets.UPDATECLIBOT_APP_ID }}
28
- private_key: ${{ secrets.UPDATECLIBOT_APP_PRIVKEY }}
+ app-id: ${{ secrets.UPDATECLIBOT_APP_ID }}
+ private-key: ${{ secrets.UPDATECLIBOT_APP_PRIVKEY }}
29
- name: "Run updatecli"
30
31
run: "updatecli compose apply"
0 commit comments