diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b955de12..a0176ea6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ env: ECR_REPOSITORY: discovery-api jobs: - run_tests: + tests: name: Run Tests uses: ./.github/workflows/tests.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 74d1e6ef..9b7a678e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,6 +7,9 @@ permissions: jobs: tests: + permissions: + id-token: write + contents: read runs-on: ubuntu-latest steps: - uses: actions/checkout@v3