From d1e5087c18335217974e75a4fd6b9d541d1d0457 Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Mon, 16 Jan 2023 16:04:57 +0100 Subject: [PATCH] fix(): add permissions to Github action (#1712) --- .github/workflows/refresh_aws_services_regions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/refresh_aws_services_regions.yml b/.github/workflows/refresh_aws_services_regions.yml index 9abf5de6..9d745df1 100644 --- a/.github/workflows/refresh_aws_services_regions.yml +++ b/.github/workflows/refresh_aws_services_regions.yml @@ -19,6 +19,7 @@ jobs: permissions: id-token: write pull-requests: write + contents: write # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it