Files
load-secrets-action/configure/action.yml
2026-03-17 10:09:54 +01:00

14 lines
461 B
YAML

name: Configure 1Password Connect and service account
description: Persist 1Password Connect host, token and service account for use in next steps.
author: 1Password
inputs:
connect-host:
description: Your 1Password Connect instance URL
connect-token:
description: Token to authenticate to your 1Password Connect instance
service-account-token:
description: Your 1Password service account token
runs:
using: "node24"
main: "dist/index.js"