Skip to content

Commit

Permalink
Removed AWS login as it is not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
JDavis10213 committed Jan 29, 2024
1 parent e72d6d7 commit 64d0331
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@ jobs:
username: ${{ secrets.VSCO_DOCKER_REGISTRY_USERNAME }}
password: ${{ secrets.VSCO_DOCKER_REGISTRY_PASSWORD }}

- name: Setup vsco-admin AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: ${{ secrets.aws_deploy_role_vsco_prod }}
role-session-name: vsco-prod
aws-region: us-west-2

- name: Generate Version
id: version
uses: anothrNick/github-tag-action@master
Expand Down

0 comments on commit 64d0331

Please sign in to comment.