From 112eb9725023f57308c6ee4a8ccbbf0960e85778 Mon Sep 17 00:00:00 2001 From: Daniel-brito Date: Tue, 9 Nov 2021 12:55:10 -0300 Subject: [PATCH] Update workflow.yml deletando token --- .github/workflows/workflow.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 0d852a1..9752ed4 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -33,12 +33,7 @@ jobs: needs: [continuous-integration] if: github.ref == 'refs/heads/main' steps: - - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1 - with: - aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} - aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws-region: ap-southeast-1 + - name: Create CodeDeploy Deployment id: deploy @@ -48,4 +43,4 @@ jobs: --application-name application-name \ --deployment-group-name AppDeploymentGroupName \ --deployment-config-name CodeDeployDefault.OneAtATime \ - --github-location repository=${{ github.repository }},commitId=${{ github.sha }} \ No newline at end of file + --github-location repository=${{ github.repository }},commitId=${{ github.sha }}