Skip to content

Commit 693198f

Browse files
committed
add environment variable during build in the pipeline.yaml
1 parent 9ab6e95 commit 693198f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
if: github.ref == 'refs/heads/main'
4848
needs: [test]
4949
runs-on: ubuntu-latest
50+
env:
51+
AWS_REGION: ${{ secrets.AWS_REGION }}
5052
steps:
5153
- uses: actions/checkout@v3
5254
- uses: aws-actions/setup-sam@v2

0 commit comments

Comments
 (0)