From ea2e13f430276d5854e6adf0f6daa51b571a3d0c Mon Sep 17 00:00:00 2001 From: Ethan Price <99197915+eprice555@users.noreply.github.com> Date: Mon, 20 May 2024 15:22:32 -0500 Subject: [PATCH] Update unit-tests.yml Added permissions lines 19-20 --- .github/workflows/unit-tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 346552b32..b6c18403c 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -4,7 +4,7 @@ on: pull_request: permissions: contents: read - id-token: write +# id-token: write concurrency: group: >- @@ -15,6 +15,9 @@ jobs: test: if: ${{ github.repository == 'eprice555/amplify_cicd_test' }} runs-on: ubuntu-latest + permissions: + contents: read + id-token: write timeout-minutes: 5 steps: - name: Check out repo