GitHub Action that publishes release information in a Notion database.
Configure this action in your workflows providing the inputs described below.
token
: Required Notion integration token. Needs access to the database (see below).
database-id
: ID of the Notion database that the information should be published to. (Required)
name-id
: ID of the name column. (required)
version-id
: ID of the name column. (required)
date-id
: ID of the name column. (required)
mac-download-id
: ID of the macOS download URL column (optional)
win-download-id
: ID of the Windows download URL column (optional)
base-download-url
: Download URL that the filepaths will be prefixed with. (optional)
mac-file-path
: Filename of the macOS package. {{version}}
will be replaced with the app's version (optional)
win-file-path
: Filename of the Windows package. {{version}}
will be replaced with the app's version (optional)