Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abhilash1in committed Jul 24, 2021
1 parent 62a2140 commit 6aa1cbf
Show file tree
Hide file tree
Showing 5 changed files with 2,468 additions and 582 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
needs: [unit-tests]
runs-on: ubuntu-latest
steps:
- uses: abhilash1in/aws-secrets-manager-action@v1.0.1
- uses: abhilash1in/aws-secrets-manager-action@v1.1.0
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For example:
```yaml
steps:
- name: Read secrets from AWS Secrets Manager into environment variables
uses: abhilash1in/aws-secrets-manager-action@v1.0.1
uses: abhilash1in/aws-secrets-manager-action@v1.1.0
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
Loading

0 comments on commit 6aa1cbf

Please sign in to comment.