Skip to content

Commit b875da5

Browse files
committed
Fix GitHub workflow
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent 1d0c8ba commit b875da5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/feast_plan.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@ jobs:
1212
with:
1313
python-version: "3.7"
1414
architecture: x64
15+
- name: Set up AWS SDK
16+
uses: aws-actions/configure-aws-credentials@v1
17+
with:
18+
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
19+
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
20+
aws-region: us-west-2
1521

16-
# Get the registry from the previous step and run `feast plan`
22+
# Run `feast plan`
1723
- uses: actions/checkout@v2
1824
- name: Install feast
1925
run: pip install "feast[aws]"

0 commit comments

Comments
 (0)