From 868e39233c6c667e972b3c6cece0d88e4b888400 Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Sun, 12 Feb 2023 21:02:36 -0100 Subject: [PATCH] Update data-update_ec2-instance-types.yml --- .github/workflows/data-update_ec2-instance-types.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/data-update_ec2-instance-types.yml b/.github/workflows/data-update_ec2-instance-types.yml index b2d99e561..a03543e5e 100644 --- a/.github/workflows/data-update_ec2-instance-types.yml +++ b/.github/workflows/data-update_ec2-instance-types.yml @@ -18,8 +18,9 @@ jobs: runs-on: ubuntu-latest if: ${{ github.ref == 'refs/heads/master' && github.repository == 'getmoto/moto' }} permissions: - id-token: write # This is required for requesting the JWT - contents: read # This is required for actions/checkout + id-token: write + contents: write + pull-requests: write steps: - name: Checkout repository