Skip to content

Commit ab42ff9

Browse files
committed
Remove unnecessary input
1 parent b639497 commit ab42ff9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/deploy_default.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
GKE_ZONE: europe-west1-b
1515
MODULE_NAME: default
1616
VERSION: ${{ github.run_number }}
17-
DATABASE_POSTFIX: ${{ secrets.DATABASE_POSTFIX }}
1817
permissions:
1918
id-token: 'write'
2019
steps:

.github/workflows/deploy_staging.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
GKE_ZONE: europe-west1-b
1515
MODULE_NAME: staging
1616
VERSION: ${{ github.run_number }}
17-
DATABASE_POSTFIX: ${{ secrets.DATABASE_POSTFIX }}
1817
permissions:
1918
id-token: 'write'
2019
steps:

0 commit comments

Comments
 (0)