From 29271c4e153a4e2a8d5775cdc7768d765c212607 Mon Sep 17 00:00:00 2001 From: Carl Benson Date: Tue, 30 Apr 2024 15:42:04 -0400 Subject: [PATCH] Update update-rules.yaml --- .github/workflows/update-rules.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-rules.yaml b/.github/workflows/update-rules.yaml index c40d3bd..7d7ce2b 100644 --- a/.github/workflows/update-rules.yaml +++ b/.github/workflows/update-rules.yaml @@ -27,11 +27,11 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: + token: ${{ secrets.GITHUB_TOKEN }} base: main + branch: auto-update-aws-config-rules commit-message: Automatic updates to AWS managed Config Rules delete-branch: true title: '[Auto] Update AWS Config Rules' assignees: bensonce - reviewers: | - bensonce - duraikkannuv2 + reviewers: bensonce,duraikkannuv2