diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ff6e6aa..b80b077 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -14,8 +14,8 @@ jobs: strategy: matrix: service: - names: "[ ${{ secrets.AZURE_WEBAPP_NAMES }} ]" - publish_profiles: "[ ${{ secrets.PUBLISH_PROFILE_TEST }}, ${{ secrets.PUBLISH_PROFILE_APP }}]" + names: "test-service,app-service" + publish_profiles: ${{ secrets.PUBLISH_PROFILE_TEST }}, ${{ secrets.PUBLISH_PROFILE_APP }}` runs-on: ubuntu-latest steps: