What's Changed
🔴 Breaking change
- Set
export-envinput tofalseby default by @volodymyrZotov in #114
If you want export secrets as env variables you should update your workflows and explicitly setexport-env: trueaka
- name: Load secret
uses: 1password/load-secrets-action@v3
with:
# Export loaded secrets as environment variables
export-env: true
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
SECRET: op://app-cicd/hello-world/secret
- name: Print masked secret
run: 'echo "Secret: $SECRET"'
# Prints: Secret: ***
🚀 Features
- Use op cli installer to enable Windows support by @volodymyrZotov in #109
- Set default for
versioninput by @volodymyrZotov in #112
🔒 Security
- Use of Insufficiently Random Values in undici {#103}
- undici Denial of Service attack via bad certificate data {#103}
Full Changelog: v2...v3.0.0