From f22471c192506e4b234dff5ea76756224dd32658 Mon Sep 17 00:00:00 2001 From: nadavsinai-philips <87267595+nadavsinai-philips@users.noreply.github.com> Date: Tue, 6 Dec 2022 21:35:23 +0200 Subject: [PATCH] Update azure-update.yml --- .github/workflows/azure-update.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/azure-update.yml b/.github/workflows/azure-update.yml index 6ebbb3933..411dbae24 100644 --- a/.github/workflows/azure-update.yml +++ b/.github/workflows/azure-update.yml @@ -21,7 +21,7 @@ jobs: - name: Substitute artifacts uses: Azure/k8s-artifact-substitute@v1 - with: + with: # Path to the template manifest files which will be used for deployment. # possibly this will be values.yaml for a helm template and we will then bake the helm https://github.com/marketplace/actions/helmfile-render manifests: project/kubernetes @@ -29,8 +29,8 @@ jobs: images: "nadavsinai/techtrends:${{ event.input.dockerTag }}" - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 - with: + uses: peter-evans/create-pull-request@v4 + with: token: ${{ secrets.PAT }} commit-message: Update deplotment to ${{ event.input.dockerTag }}" committer: DeploymentBot