Skip to content

notion-update-page-property

Actions
Update a property on a notion page
v0.1.0
Latest
Star (3)

Table of contents

Introduction

This action lets you update a page property from the Notion API.

Inputs

input description required
notion_api_key Notion API Key true
page_id Identifier for a Notion page true
key Key of the property true
value Value for the property true

Outputs

output type
response JSON encoded

Usage

name: Update page status
on:
  pull_request:
    types: [closed]
jobs:
  notion:
    runs-on: ubuntu-latest
    steps:
      - name: Update page details
        uses: dovetail/notion-update-page-property@latest
        with:
          notion_api_key: secret_1234567890abcdef1234
          page_id: 1234567890abcdef1234567890abcdef
          key: 'Status'
          value: '{ "select": { "name" : "Done" } }'

notion-update-page-property is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Update a property on a notion page
v0.1.0
Latest

notion-update-page-property is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.