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 }}