2023-09-01 11:06:05 +02:00
|
|
|
# CONFIG [optional] Base URL of the Penpot instance to be used
|
|
|
|
# With scheme, optional port and path but without trailing slash
|
|
|
|
#PENPOT_BASE_URL="https://your.penpot.instance"
|
|
|
|
|
2023-09-25 14:45:41 +02:00
|
|
|
# CONFIG Identifier of the Penpot file to be used
|
|
|
|
# It must be a UUID
|
|
|
|
PENPOT_FILE_ID="<retrieve it from the URL>"
|
|
|
|
|
2023-09-01 11:06:05 +02:00
|
|
|
# SECRET Personal access token to access the internal Penpot API
|
|
|
|
# Generate a new one from the Penpot webapp at Your account -> Access Tokens
|
|
|
|
# It only needs read-only permissions
|
|
|
|
PENPOT_ACCESS_TOKEN="<generate a new one>"
|