diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 1e105b6..2fd2b0b 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -69,8 +69,8 @@ jobs: - uses: actions/create-github-app-token@v1 id: app-token with: - app-id: ${{ secrets.app-id }} - private-key: ${{ secrets.private-key }} + app-id: ${{ secrets.APP_ID }} + private-key: ${{ secrets.PRIVATE_KEY }} - name: Checkout uses: actions/checkout@v4 with: