diff --git a/.github/workflows/scheduled-jobs.yaml b/.github/workflows/scheduled-jobs.yaml index 58f6e8f5d..6bce7e584 100644 --- a/.github/workflows/scheduled-jobs.yaml +++ b/.github/workflows/scheduled-jobs.yaml @@ -66,7 +66,7 @@ jobs: id: app-token uses: actions/create-github-app-token@v3 with: - app-id: ${{ vars.AUTOMATION_APP_ID }} + client-id: ${{ vars.AUTOMATION_APP_ID }} private-key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }} owner: ${{ github.repository_owner }} repositories: catalog diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 8b373aa7f..f9dc811b5 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -26,7 +26,7 @@ jobs: id: app-token uses: actions/create-github-app-token@v3 with: - app-id: ${{ vars.AUTOMATION_APP_ID }} + client-id: ${{ vars.AUTOMATION_APP_ID }} private-key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }} owner: ${{ github.repository_owner }} repositories: catalog diff --git a/.github/workflows/upgrade-go.yaml b/.github/workflows/upgrade-go.yaml index d3cd9f656..79db9189d 100644 --- a/.github/workflows/upgrade-go.yaml +++ b/.github/workflows/upgrade-go.yaml @@ -18,7 +18,7 @@ jobs: id: app-token uses: actions/create-github-app-token@v3 with: - app-id: ${{ vars.AUTOMATION_APP_ID }} + client-id: ${{ vars.AUTOMATION_APP_ID }} private-key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }} owner: ${{ github.repository_owner }} repositories: catalog