Use uppercase keys
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
parent
34545e15b4
commit
a97fa64880
4
.github/workflows/helm-release.yml
vendored
4
.github/workflows/helm-release.yml
vendored
@ -69,8 +69,8 @@ jobs:
|
|||||||
- uses: actions/create-github-app-token@v1
|
- uses: actions/create-github-app-token@v1
|
||||||
id: app-token
|
id: app-token
|
||||||
with:
|
with:
|
||||||
app-id: ${{ secrets.app-id }}
|
app-id: ${{ secrets.APP_ID }}
|
||||||
private-key: ${{ secrets.private-key }}
|
private-key: ${{ secrets.PRIVATE_KEY }}
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user