Skip to content

Commit

Permalink
Add mising environment variable in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgoisMickael committed Dec 18, 2022
1 parent 604f82d commit 3a33ec2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
env:
SAM_CLI_TELEMETRY: 0
AWS_REGION: eu-west-3
DEPLOY_REGION: eu-west-3
S3_BUCKET: ${{ secrets.S3_BUCKET }}

jobs:
publish:
Expand Down

0 comments on commit 3a33ec2

Please sign in to comment.