follow this guide https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key/
or
ssh-keygen
eval $(ssh-agent)
ssh-add ~/.ssh/
| start: | |
| // If the user doesn't exist, we create a new id using the uuid app | |
| if (!user_id) remember user_id = Fn("utils/uuid", version="v4") | |
| say "Hi, let's subscribe to an awesome newsletter 💌 !" | |
| do Fn("google/analytics", method="sendEvent", params={"user_id": user_id,"category": "csml_nl_chatbot","action": "flow_process","label": "start"}) | |
| goto firstname | |
| firstname: | |
| say "What's your firstname?" | |
| hold |
follow this guide https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key/
or
ssh-keygen
eval $(ssh-agent)
ssh-add ~/.ssh/
follow this guide https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key/
or
ssh-keygen
eval $(ssh-agent)
ssh-add ~/.ssh/