From fbf9be8f557fe4042bf3a11996f26c42e9540744 Mon Sep 17 00:00:00 2001 From: Eddy Filip Date: Wed, 14 Dec 2022 14:57:06 +0200 Subject: [PATCH] Pass User-Agent Information to the 1Password CLI --- entrypoint.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index bd35abf..ab82ac6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,6 +2,11 @@ # shellcheck disable=SC2046,SC2001,SC2086 set -e +# Pass User-Agent Inforomation to the 1Password CLI +export OP_INTEGRATION_NAME="1Password GitHub Action" +export OP_INTEGRATION_ID="GHA" +export OP_INTEGRATION_BUILDNUMBER="1010001" + readonly CONNECT="CONNECT" readonly SERVICE_ACCOUNT="SERVICE_ACCOUNT"