Skip to content

Commit

Permalink
Add environment variable to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
e-mit committed May 13, 2024
1 parent 8b7b52a commit 0f5816a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aws-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
CLOUD_URL: ${{ vars.CLOUD_URL }}
LOG_LEVEL: ${{ vars.LOG_LEVEL }}
NAME_PREFIX: ${{ vars.NAME_PREFIX }}
LAMBDA_TIMEOUT_SEC: ${{ vars.LAMBDA_TIMEOUT_SEC }}

jobs:
aws-deploy:
Expand Down

0 comments on commit 0f5816a

Please sign in to comment.