Pass User-Agent Information to the 1Password CLI

This commit is contained in:
Eddy Filip
2022-12-14 14:57:06 +02:00
parent 5a04ae581c
commit fbf9be8f55

View File

@@ -2,6 +2,11 @@
# shellcheck disable=SC2046,SC2001,SC2086 # shellcheck disable=SC2046,SC2001,SC2086
set -e 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 CONNECT="CONNECT"
readonly SERVICE_ACCOUNT="SERVICE_ACCOUNT" readonly SERVICE_ACCOUNT="SERVICE_ACCOUNT"