Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abhilash1in committed May 7, 2022
1 parent e348a56 commit 2cc6ddf
Show file tree
Hide file tree
Showing 7 changed files with 4,994 additions and 1,464 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}
- uses: abhilash1in/aws-secrets-manager-action@v2.0.0
- uses: abhilash1in/aws-secrets-manager-action@v2.1.0
with:
secrets: 'my_secret*'
parse-json: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
aws-region: ${{ secrets.AWS_REGION }}

- name: Read secrets from AWS Secrets Manager into environment variables
uses: abhilash1in/aws-secrets-manager-action@v2.0.0
uses: abhilash1in/aws-secrets-manager-action@v2.1.0
with:
secrets: |
my_secret_1
Expand Down
Loading

0 comments on commit 2cc6ddf

Please sign in to comment.