Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak authored Jul 2, 2024
1 parent 4b31638 commit d441602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v2
- name: Deploy Tailcall
id: deploy-tailcall
uses: tailcallhq/gh-action@v0.2
uses: tailcallhq/gh-action@v0.3
with:
provider: 'aws'
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand All @@ -64,7 +64,7 @@ jobs:
uses: actions/checkout@v2
- name: Deploy Tailcall
id: deploy-tailcall
uses: tailcallhq/gh-action@v0.2
uses: tailcallhq/gh-action@v0.3
with:
provider: 'fly'
fly-api-token: ${{ secrets.FLY_API_TOKEN }}
Expand Down

0 comments on commit d441602

Please sign in to comment.