Skip to content

Initial release v0.2

Compare
Choose a tag to compare
@Brend-Smits Brend-Smits released this 29 Oct 10:08
· 62 commits to main since this release
v0.2
e5fbdb2

Action is still experimental but should be usable.
Please report issues on the issue tracker.

Use the Action like shown below:

jobs:
  execute-action:
    name: Use internal GH Action
    runs-on: ubuntu-latest
    steps:
      - name: Create Medium Post
        uses: philips-software/[email protected]
        with:
           integration_token: "${{ secrets.INTEGRATION_TOKEN }}"
           content: "Content"
           content_format: "markdown"
           notify_followers: "false"
           publication_name: "publication"
           tags: "test,tag"
           title: "Title"