Skip to content

Commit

Permalink
Test new way to publish in medium
Browse files Browse the repository at this point in the history
  • Loading branch information
luiscachog committed Apr 15, 2023
1 parent ddc7a2d commit 5a89b95
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/publish-to-medium-dev-to.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,13 @@ jobs:
done
- name: Publish to medium
if: steps.posts.outputs.post0
uses: infraway/post-medium-action@v1.6.0
uses: philips-software/post-to-medium-action@v0.4.1
with:
access_token: ${{ secrets.MEDIUM_TOKEN }}
markdown_file: ${{ steps.posts.outputs.post0 }}
base_url: https://luiscachog.io
post_status: draft
post_license: cc-40-by-nc-sa
integration_token: ${{ secrets.MEDIUM_TOKEN }}
content_format: "markdown"
file: ${{ steps.posts.outputs.post0 }}
publish_status: draft
license: cc-40-by-nc-sa
notify_followers: "false"
canonical_url: https://luiscachog.io
parse_frontmatter: true
2 changes: 1 addition & 1 deletion content/post/im-a-racker/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories: [ DevOps, Rackspace]
keywords: [ DevOps, Rackspace, Racker]
date: 2014-03-31
publishDate: 2014-03-31
lastmod: 2021-05-02
lastmod: 2023-04-14
featured: true
draft: false

Expand Down

0 comments on commit 5a89b95

Please sign in to comment.