Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dev/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ async function main() {
organizationId: process.env.HERETTO_ORG_ID, // Organization ID is the subdomain of your Heretto instance (e.g., "silva" for "silva.heretto.com")
username: process.env.HERETTO_USERNAME, // Your Heretto username/email
apiToken: process.env.HERETTO_TOKEN, // Your Heretto API token (https://help.heretto.com/en/heretto-ccms/api/ccms-api-authentication/basic-authentication)
uploadOnChange: true, // Upload changed screenshots back to Heretto
},
],
},
Expand Down
Loading