From b47ca4c785e34bbb37cb66f74d71768b6c4061e9 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sat, 4 May 2024 23:11:49 -0400 Subject: [PATCH] forgot to add permissions to run aws workflow --- .github/workflows/arrow-aws.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/arrow-aws.yml b/.github/workflows/arrow-aws.yml index 731d303..76fc31d 100644 --- a/.github/workflows/arrow-aws.yml +++ b/.github/workflows/arrow-aws.yml @@ -30,6 +30,10 @@ on: options: - t3a.small # 2 GB RAM / $10 +permissions: + id-token: write + contents: write + jobs: build-deploy: name: Build and Deploy