Skip to content

GitHub action to publish release information to a Notion database

Notifications You must be signed in to change notification settings

phorest/release-to-notion

Repository files navigation

release-to-notion

GitHub Action that publishes release information in a Notion database.

Usage

Configure this action in your workflows providing the inputs described below.

Inputs

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)

About

GitHub action to publish release information to a Notion database

Resources

Stars

Watchers

Forks

Packages

No packages published