Skip to content

Commit

Permalink
Merge pull request #7 from DefangLabs/edw-use-aws-provider
Browse files Browse the repository at this point in the history
Use provider with defang github acrtion 1.1.1
  • Loading branch information
lionello authored Sep 12, 2024
2 parents 3563cfc + 943db8e commit 12890b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:
role-to-assume: arn:aws:iam::407839483216:role/admin

- name: Deploy
uses: DefangLabs/defang-github-action@v1.0.9
uses: DefangLabs/defang-github-action@v1.1.1
with:
config-env-vars: OPENAI_API_KEY
provider: aws

env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

0 comments on commit 12890b7

Please sign in to comment.