Skip to content

feat: add intoto deep dive article with internal analysis #96

feat: add intoto deep dive article with internal analysis

feat: add intoto deep dive article with internal analysis #96

Workflow file for this run

name: Publish to dev.to
on:
push:
branches:
- main
paths:
- 'articles/**/*.md'
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Publish to dev.to
uses: sinedied/publish-devto@v2
with:
devto_key: ${{ secrets.DEVTO_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
files: 'articles/*.md'
conventional_commits: true # Updates the file with ID/Date after publishing