Skip to content

Commit

Permalink
fix(DIST-2000): Update github release action
Browse files Browse the repository at this point in the history
  • Loading branch information
mathio committed Dec 6, 2022
1 parent 308b863 commit 470ebd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- run: yarn add -W @typeform/jarvis
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

- run: git checkout HEAD -- package.json # do not save jarvis dependency to package.json because it is private (the file is committed by semantic-release to bump version)

Expand Down
1 change: 1 addition & 0 deletions packages/embed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ Closing and opening a typeform in modal window will restart the progress from th
| [keepSession](https://codesandbox.io/s/github/Typeform/embed-demo/tree/main/demo-html/keep-session-html) | boolean | preserve form state when modal window is closed (and re-opened) | `false` |
| redirectTarget | string | target for [typeforms with redirect](https://www.typeform.com/help/a/redirect-on-completion-or-redirect-through-endings-360060589532/), valid values are `_self`, `_top`, `_blank` or `_parent` ([see docs on anchor target](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-target)) | `_parent` |
| disableScroll | boolean | disable navigation between questions via scrolling and swiping | `false` |
| hubspot | boolean | enable HubSpot source tracking - for details see article [Set up source tracking for HubSpot](https://www.typeform.com/help/a/set-up-source-tracking-for-hub-spot-4413167079316/) | `false` |

### Options in plain HTML embed

Expand Down

0 comments on commit 470ebd0

Please sign in to comment.