From 5fc53e1a35488c124d8729e328371ceb17a82ccb Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Fri, 3 Mar 2023 23:37:50 -0500 Subject: [PATCH] use the upstream action for aws --- .gitea/workflows/build-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index c0aed94c..e6cc810e 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -62,7 +62,7 @@ jobs: npm ci npm run build - name: aws credential configure - uses: techknowlogick/configure-aws-credentials@v1 + uses: https://github.com/aws-actions/configure-aws-credentials@v1 with: aws-access-key-id: ${{ secrets.AWS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}