From 0d6afd410a92a9458ff057e91d7722ed20ed5ae7 Mon Sep 17 00:00:00 2001 From: Lyn Long Date: Wed, 19 Aug 2026 17:24:53 +1000 Subject: [PATCH] update github action and app id- #51 --- .github/workflows/cd_edge.yaml | 4 ++-- .github/workflows/cd_production.yaml | 4 ++-- .github/workflows/deploy_skip_product_id_check_edge.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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"