Skip to content

Commit

Permalink
edita workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Perkles committed May 5, 2024
1 parent 06e4478 commit 298e98a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- run: |
sam deploy --no-confirm-changeset --no-fail-on-empty-changeset --resolve-s3 \
--parameter-overrides \
UserPoolId=${{ secrets.USERPOOLID }}, ClientId=${{ secrets.CLIENTID }}, RegionName=us-east-1
UserPoolId=${{ secrets.USERPOOLID }}, ClientId=${{ secrets.CLIENTID }}, RegionName={{ secrets.REGION }}
2 changes: 1 addition & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Resources:
Variables:
UserPoolId: "default-userpool-id"
ClientId: "default-client-id"
RegionName: !Ref RegionName
RegionName: "default-region-name"

# Outputs:
# # ServerlessRestApi is an implicit API created out of Events key under Serverless::Function
Expand Down

0 comments on commit 298e98a

Please sign in to comment.