From f4d74910120aedf95e030dfdb754cced15db9f4b Mon Sep 17 00:00:00 2001 From: Andy Patterson Date: Mon, 17 Feb 2025 14:28:06 -0700 Subject: [PATCH] ci: install publisher app for tagging updates --- .github/workflows/tag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index b8158a1..cf4b6d7 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -19,8 +19,8 @@ jobs: id: generate-token uses: actions/create-github-app-token@v1 with: - app-id: ${{ vars.APP_ID }} - private-key: ${{ secrets.APP_PRIVATE_KEY }} + app-id: ${{ vars.PUBLISHER_APP_ID }} + private-key: ${{ secrets.PUBLISHER_PRIVATE_KEY }} - name: Checkout Code uses: actions/checkout@v4