From 3ccba8d6bbbc3c21bc1af30f9cc66028638ebf8a Mon Sep 17 00:00:00 2001 From: Niels Pardon Date: Mon, 13 Apr 2026 18:02:41 +0200 Subject: [PATCH] ci: use client-id instead of deprecated app-id --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a0c3d28af..f1b7d3f43 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: - uses: actions/create-github-app-token@v3 id: app-token with: - app-id: ${{ secrets.RELEASER_ID }} + client-id: ${{ secrets.RELEASER_ID }} private-key: ${{ secrets.RELEASER_KEY }} - name: Checkout code uses: actions/checkout@v6