We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909c7e0 commit ba891d4Copy full SHA for ba891d4
README.md
@@ -23,7 +23,7 @@ Read more on the [1Password Developer Portal](https://developer.1password.com/do
23
24
## ✨ Quickstart
25
26
-### Use secrets from step output (recommended)
+### Export secrets as a step's output (recommended)
27
28
```yml
29
on: push
@@ -56,10 +56,10 @@ jobs:
56
- uses: actions/checkout@v4
57
58
- name: Load secret
59
- id: load_secret
60
uses: 1password/load-secrets-action@v3
61
with:
62
- export-env: "true"
+ # Export loaded secrets as environment variables
+ export-env: true
63
env:
64
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
65
SECRET: op://app-cicd/hello-world/secret
0 commit comments