diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ab40b0c..199b7a9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -62,7 +62,7 @@ jobs: id: generate_token uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 with: - app-id: ${{ env.CONFIG_REPO_RW_APP_ID }} + client-id: ${{ env.CONFIG_REPO_RW_APP_ID }} private-key: ${{ secrets.CONFIG_REPO_RW_KEY }} owner: ${{ github.repository_owner }} - name: Send the message