Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abhilash1in committed Feb 16, 2022
1 parent 1da26f3 commit 69c4deb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/[email protected]-rc1
- uses: abhilash1in/[email protected]
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/[email protected]-rc1
uses: abhilash1in/[email protected]
with:
secrets: |
my_secret_1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-secrets-manager-action",
"version": "2.0.0-rc1",
"version": "2.0.0",
"description": "Use secrets from AWS Secrets Manager as environment variables in your GitHub Actions workflow",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 69c4deb

Please sign in to comment.