Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Don't try and set up AWS if no credentials available
  • Loading branch information
0xTim authored Aug 11, 2023
1 parent a5a0c7d commit 3f3b360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: aws-actions/configure-aws-credentials@v2
if: ${{ github.event.pull_request.head.repo.full_name == 'vapor/design' && github.actor != 'dependabot[bot]' }}
with:
aws-access-key-id: ${{ secrets.DESIGN_DEPLOYER_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.DESIGN_DEPLOYER_AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 3f3b360

Please sign in to comment.