From a28fa4ffe8dea0cc9023022905d7d484fc0a75d2 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Wed, 6 May 2026 18:49:26 +0200 Subject: [PATCH] chore: switch push-o-matic auth from app-id to client-id --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index de0eb89a..d43a41f6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,9 +34,9 @@ jobs: - name: Generate a token id: generate-token if: ${{ steps.version.outputs.should_release == 'true' }} - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 with: - app-id: ${{ secrets.PUSH_O_MATIC_APP_ID }} + client-id: ${{ secrets.PUSH_O_MATIC_APP_CLIENT_ID }} private-key: ${{ secrets.PUSH_O_MATIC_APP_KEY }} - name: run chart-releaser