From a0ab84f77b0ecd0c2fe4794064fee837586730dc Mon Sep 17 00:00:00 2001 From: Robert Chu Date: Wed, 31 Jul 2024 14:24:04 -0700 Subject: [PATCH] Update cd.yml --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 64f029d..1f7946b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -17,8 +17,8 @@ jobs: - uses: actions/create-github-app-token@v1 id: app-token with: - app-id: ${{ vars.RELEASEBOT_APP_ID }} - private-key: ${{ secrets.RELEASEBOT_PRIVATE_KEY }} + app-id: ${{ secrets.RELEASEBOT_GITHUB_APP_ID }} + private-key: ${{ secrets.RELEASEBOT_GITHUB_APP_KEY }} - uses: actions/checkout@master with: fetch-depth: 0