Skip to content

Commit

Permalink
explain secret-names format
Browse files Browse the repository at this point in the history
  • Loading branch information
luxifer committed May 22, 2023
1 parent 9010a88 commit 4f6a2d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This action retrives secrets from Scaleway Secret Manager and inject them as env

**Required** One or more secret names to retrieve.

Format:
- `secret-name`: Will fetch `secret-name` latest version and export its value to `SECRET_NAME`
- `MY_ENV_VAR,secret-name`: Will fetch `secret-name` latest version and export its value to `MY_ENV_VAR`

### `access-key`

**Required** Scaleway access key.
Expand Down

0 comments on commit 4f6a2d3

Please sign in to comment.