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 35a09108..13418e43 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,6 +4,9 @@ on: [push] jobs: tests: + permissions: + id-token: write + contents: read runs-on: ubuntu-latest steps: - uses: actions/checkout@v3