From 1c7294d64c530eb4d60a77fb6bff3b03558306a7 Mon Sep 17 00:00:00 2001 From: Jared Ondricek Date: Tue, 5 May 2026 09:03:43 -0500 Subject: [PATCH] fix: update GitHub Actions to use client-id instead of app-id for token creation --- .github/workflows/release-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-and-publish.yml b/.github/workflows/release-and-publish.yml index 17bff7b..e50d695 100644 --- a/.github/workflows/release-and-publish.yml +++ b/.github/workflows/release-and-publish.yml @@ -56,7 +56,7 @@ jobs: id: app-token uses: actions/create-github-app-token@v3 with: - app-id: ${{ vars.ATTACK_AUTOBOT_APP_ID }} + client-id: ${{ vars.ATTACK_AUTOBOT_CLIENT_ID }} private-key: ${{ secrets.ATTACK_AUTOBOT_PRIVATE_KEY }} # Note: We checkout the repository at the branch that triggered the workflow.