From c5e372f75deb46719538dffa56b21e9cb23cbc40 Mon Sep 17 00:00:00 2001 From: mabulgu Date: Tue, 21 Nov 2023 21:10:57 +0300 Subject: [PATCH] remove reviewer --- .github/workflows/pre_deploy_actions.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pre_deploy_actions.yml b/.github/workflows/pre_deploy_actions.yml index fa55115..a65f90f 100644 --- a/.github/workflows/pre_deploy_actions.yml +++ b/.github/workflows/pre_deploy_actions.yml @@ -49,7 +49,7 @@ jobs: outputs: image_version: ${{ fromJSON(steps.return-parsed-json.outputs.result).image_version }} - create_ops_pr: + create_pr: runs-on: ubuntu-20.04 needs: download_build_data_artifact @@ -71,11 +71,10 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v5 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_PAT }} commit-message: Update image tag and revision for prod upgrade committer: GitHub author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> branch: prod-upgrade-${{ needs.download_build_data_artifact.outputs.image_version }} assignees: mabulgu - reviewers: mabulgu title: '[Automated PR] Update image tag and revision for prod upgrade'