-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: adds DDB local to manual release workflow (#8)
- Loading branch information
1 parent
bc066d7
commit 9d4d85d
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,12 @@ jobs: | |
env: | ||
MOMENTO_API_KEY: ${{ secrets.ALPHA_TEST_AUTH_TOKEN }} | ||
steps: | ||
- name: Setup DynamoDB Local | ||
uses: rrainn/[email protected] | ||
with: | ||
port: 8000 | ||
cors: '*' | ||
|
||
- name: Setup repo | ||
uses: actions/checkout@v3 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
pull-requests: read | ||
env: | ||
# TODO: Switch me out | ||
MOMENTO_API_KEY: ${{ secrets.TEMP_API_KEY }} | ||
MOMENTO_API_KEY: ${{ secrets.ALPHA_TEST_AUTH_TOKEN }} | ||
steps: | ||
- name: Setup DynamoDB Local | ||
uses: rrainn/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
pull-requests: read | ||
env: | ||
# TODO: Switch me out | ||
MOMENTO_API_KEY: ${{ secrets.TEMP_API_KEY }} | ||
MOMENTO_API_KEY: ${{ secrets.ALPHA_TEST_AUTH_TOKEN }} | ||
steps: | ||
- name: Setup DynamoDB Local | ||
uses: rrainn/[email protected] | ||
|