diff --git a/.github/workflows/cd_edge.yaml b/.github/workflows/cd_edge.yaml index 3d0c2e4..f208b97 100644 --- a/.github/workflows/cd_edge.yaml +++ b/.github/workflows/cd_edge.yaml @@ -71,7 +71,7 @@ jobs: - name: Build and push Docker image id: build_push_docker - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . push: true @@ -107,7 +107,7 @@ jobs: uses: actions/create-github-app-token@v3 id: app-token with: - app-id: ${{ vars.DEPLOY_APP_ID }} + client-id: ${{ vars.DEPLOY_APP_CLIENT_ID }} private-key: ${{ secrets.DEPLOY_APP_PRIVATE_KEY }} owner: ${{ github.repository_owner }} repositories: 'appdeploy' diff --git a/.github/workflows/cd_production.yaml b/.github/workflows/cd_production.yaml index 2bf3217..b5db859 100644 --- a/.github/workflows/cd_production.yaml +++ b/.github/workflows/cd_production.yaml @@ -108,7 +108,7 @@ jobs: uses: actions/create-github-app-token@v3 id: app-token-current-repo with: - app-id: ${{ vars.DEPLOY_APP_ID }} + client-id: ${{ vars.DEPLOY_APP_CLIENT_ID }} private-key: ${{ secrets.DEPLOY_APP_PRIVATE_KEY }} owner: ${{ github.repository_owner }} @@ -124,7 +124,7 @@ jobs: uses: actions/create-github-app-token@v3 id: app-token-appdeploy with: - app-id: ${{ vars.DEPLOY_APP_ID }} + client-id: ${{ vars.DEPLOY_APP_CLIENT_ID }} private-key: ${{ secrets.DEPLOY_APP_PRIVATE_KEY }} owner: ${{ github.repository_owner }} repositories: "appdeploy" diff --git a/.github/workflows/deploy_skip_product_id_check_edge.yaml b/.github/workflows/deploy_skip_product_id_check_edge.yaml index e270db2..04a8f13 100644 --- a/.github/workflows/deploy_skip_product_id_check_edge.yaml +++ b/.github/workflows/deploy_skip_product_id_check_edge.yaml @@ -41,7 +41,7 @@ jobs: uses: actions/create-github-app-token@v3 id: app-token with: - app-id: ${{ vars.DEPLOY_APP_ID }} + client-id: ${{ vars.DEPLOY_APP_CLIENT_ID }} private-key: ${{ secrets.DEPLOY_APP_PRIVATE_KEY }} owner: ${{ github.repository_owner }} repositories: "appdeploy"