From d4416024e85b43485c34a019af7dd4c0b0b7bdbb Mon Sep 17 00:00:00 2001 From: Shashi Kant Date: Tue, 2 Jul 2024 12:08:13 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d176e8a..0854cc1 100644 --- a/README.md +++ b/README.md @@ -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 }} @@ -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 }}