-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README - use correct release tag
- Loading branch information
1 parent
60a156e
commit 98c59d6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|