diff --git a/.github/workflows/aws-cicd.yml b/.github/workflows/aws-cicd.yml index f87a75f..5112b17 100644 --- a/.github/workflows/aws-cicd.yml +++ b/.github/workflows/aws-cicd.yml @@ -40,7 +40,7 @@ jobs: DEPLOY_TARGET: ${{ needs.setup.outputs.deploy_target }} REGISTRY: "docker.io" NAMESPACE: "clean01" - APPLICATION_SECRET_PROPERTIES: ${{ secrets.APPLICATION_SECRET_PROPERTIES }} + APPLICATION_SECRET_PROPERTIES: ${{ secrets.AWS_APPLICATION_SECRET_PROPERTIES }} GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }} steps: