Skip to content

Commit

Permalink
Remove unnecessary input
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Nov 2, 2024
1 parent b639497 commit ab42ff9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
GKE_ZONE: europe-west1-b
MODULE_NAME: default
VERSION: ${{ github.run_number }}
DATABASE_POSTFIX: ${{ secrets.DATABASE_POSTFIX }}
permissions:
id-token: 'write'
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
GKE_ZONE: europe-west1-b
MODULE_NAME: staging
VERSION: ${{ github.run_number }}
DATABASE_POSTFIX: ${{ secrets.DATABASE_POSTFIX }}
permissions:
id-token: 'write'
steps:
Expand Down

0 comments on commit ab42ff9

Please sign in to comment.