diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index 96421329..99e6bb61 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -17,7 +17,7 @@ on: workflow_dispatch: env: - PROJECT_KEY: pagopa_pagopa-receipt-pdf-datastore + PROJECT_KEY: pagopa_pagopa-receipt-pdf-generator permissions: id-token: write @@ -76,7 +76,6 @@ jobs: export CUCUMBER_PUBLISH_TOKEN=${{ secrets.CUCUMBER_PUBLISH_TOKEN }} export RECEIPTS_STORAGE_CONN_STRING='${{ secrets.RECEIPTS_STORAGE_CONN_STRING }}' export RECEIPTS_COSMOS_CONN_STRING='${{ secrets.RECEIPTS_COSMOS_CONN_STRING }}' - export BIZEVENTS_COSMOS_CONN_STRING='${{ secrets.BIZEVENTS_COSMOS_CONN_STRING }}' cd ./integration-test chmod +x ./run_integration_test.sh diff --git a/.github/workflows/deploy_with_github_runner.yml b/.github/workflows/deploy_with_github_runner.yml index a11dfedd..d9a51c14 100644 --- a/.github/workflows/deploy_with_github_runner.yml +++ b/.github/workflows/deploy_with_github_runner.yml @@ -14,7 +14,7 @@ on: env: NAMESPACE: receipts - APP_NAME: pagopapagopareceiptpdfdatastore + APP_NAME: pagopapagopareceiptpdfgenerator permissions: id-token: write diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 432cbb65..29a9c9cf 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -52,7 +52,6 @@ jobs: export CUCUMBER_PUBLISH_TOKEN=${{ secrets.CUCUMBER_PUBLISH_TOKEN }} export RECEIPTS_STORAGE_CONN_STRING='${{ secrets.RECEIPTS_STORAGE_CONN_STRING }}' export RECEIPTS_COSMOS_CONN_STRING='${{ secrets.RECEIPTS_COSMOS_CONN_STRING }}' - export BIZEVENTS_COSMOS_CONN_STRING='${{ secrets.BIZEVENTS_COSMOS_CONN_STRING }}' cd ./integration-test chmod +x ./run_integration_test.sh