Skip to content

Commit

Permalink
Add static user agent suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
riywo committed Sep 29, 2022
1 parent bac2558 commit 6773226
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ else
exit 1
fi

export AUTIFY_CLI_USER_AGENT_SUFFIX="bitrise-step-autify-upload"

# Execute a command
OUTPUT=./output.log
AUTIFY_MOBILE_ACCESS_TOKEN=${access_token} $AUTIFY mobile build upload "${ARGS[@]}" 2>&1 | tee $OUTPUT
Expand Down

0 comments on commit 6773226

Please sign in to comment.