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 a1ea915 commit 851a868Copy full SHA for 851a868
.github/workflows/sync-helm-charts.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Generate GitHub App Token
29
id: generate_token
30
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
31
with:
32
app-id: ${{ secrets.AKO_RELEASER_APP_ID }}
33
private-key: ${{ secrets.AKO_RELEASER_RSA_KEY }}
.github/workflows/update-helm.yaml
@@ -28,7 +28,7 @@ jobs:
34
0 commit comments