From fa8f77aea15a7dd6a19868bea39fe8cb681ee733 Mon Sep 17 00:00:00 2001 From: sagely1 <114952739+sagely1@users.noreply.github.com> Date: Tue, 28 Nov 2023 11:47:54 -0800 Subject: [PATCH] test --- .github/workflows/node.js.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 2455da2c..98dec57c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -20,6 +20,10 @@ jobs: node-version: [16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ + # Allow OIDC Integration (so we can assume the AWS role to deploy) + permissions: + id-token: write + contents: read steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }}