Skip to content

Commit

Permalink
[PRDP-127] Updated github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
svariant committed Sep 5, 2023
1 parent 527366b commit b4031fb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/code_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_with_github_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
NAMESPACE: receipts
APP_NAME: pagopapagopareceiptpdfdatastore
APP_NAME: pagopapagopareceiptpdfgenerator

permissions:
id-token: write
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4031fb

Please sign in to comment.