We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab6e95 commit 693198fCopy full SHA for 693198f
.github/workflows/pipeline.yaml
@@ -47,6 +47,8 @@ jobs:
47
if: github.ref == 'refs/heads/main'
48
needs: [test]
49
runs-on: ubuntu-latest
50
+ env:
51
+ AWS_REGION: ${{ secrets.AWS_REGION }}
52
steps:
53
- uses: actions/checkout@v3
54
- uses: aws-actions/setup-sam@v2
0 commit comments