From 81be89d6cd6761ccb1628d49b7046772d8dca2ae Mon Sep 17 00:00:00 2001 From: Nadav Sinai <87267595+nadavsinai-philips@users.noreply.github.com> Date: Tue, 6 Dec 2022 21:41:05 +0200 Subject: [PATCH] Update azure-update.yml --- .github/workflows/azure-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-update.yml b/.github/workflows/azure-update.yml index 6ebbb3933..d7a45ea98 100644 --- a/.github/workflows/azure-update.yml +++ b/.github/workflows/azure-update.yml @@ -31,7 +31,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v4 with: - token: ${{ secrets.PAT }} + token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update deplotment to ${{ event.input.dockerTag }}" committer: DeploymentBot author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>