Skip to content

Commit

Permalink
Update README - use correct release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
abhilash1in committed May 6, 2020
1 parent 60a156e commit 98c59d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GitHub Action to fetch secrets from AWS Secrets Manager.
```yaml
steps:
- name: Read secrets from AWS Secrets Manager into environment variables
uses: action-factory/[email protected]
uses: action-factory/[email protected].0
with:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 98c59d6

Please sign in to comment.