Skip to content

Commit

Permalink
all: Skip AWS credentials configuration if secrets are missing
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansmares authored and pablojimpas committed Apr 14, 2023
1 parent 2bab4b3 commit a06361e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
entrypoint: /usr/bin/createdb
args: -h postgres -U root ttn_lorawan_is_store_test
- name: Configure AWS Credentials
if: "${{ secrets.AWS_REGION != '' }}"
uses: aws-actions/configure-aws-credentials@v1-node16
with:
aws-region: "${{ secrets.AWS_REGION }}"
Expand Down

0 comments on commit a06361e

Please sign in to comment.