Skip to content

Commit

Permalink
ci: fixes variable mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
yosefmaru committed Aug 21, 2024
1 parent 2d022fa commit 54984cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
AWS_DATA_SCHEMA_MODELS_ROLE: ${{ secrets.AWS_DATA_SCHEMA_MODELS_ROLE_DEV }}
DB_NAME: ${{ vars.DB_NAME_DEV }}
READWRITE_SECRET: ${{ vars.READWRITE_SECRET_DEV }}
DOCDB_READWRITE_SECRET: ${{ vars.DOCDB_READWRITE_SECRET_DEV }}
DOCDB_SSH_TUNNEL_SECRET: ${{ vars.DOCDB_SSH_TUNNEL_SECRET_DEV }}
AWS_DEFAULT_REGION : ${{ vars.AWS_REGION_DEV }}
steps:
Expand Down

0 comments on commit 54984cf

Please sign in to comment.