Skip to content

Commit ba891d4

Browse files
Update readme
1 parent 909c7e0 commit ba891d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Read more on the [1Password Developer Portal](https://developer.1password.com/do
2323

2424
## ✨ Quickstart
2525

26-
### Use secrets from step output (recommended)
26+
### Export secrets as a step's output (recommended)
2727

2828
```yml
2929
on: push
@@ -56,10 +56,10 @@ jobs:
5656
- uses: actions/checkout@v4
5757

5858
- name: Load secret
59-
id: load_secret
6059
uses: 1password/load-secrets-action@v3
6160
with:
62-
export-env: "true"
61+
# Export loaded secrets as environment variables
62+
export-env: true
6363
env:
6464
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
6565
SECRET: op://app-cicd/hello-world/secret

0 commit comments

Comments
 (0)