Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Create readme-micro.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelmkalt committed Jul 26, 2023
1 parent abd0123 commit 414cdc0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/readme-micro.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: ReadMe Micro

# Run workflow for every push to the `main` branch
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout this repo
uses: actions/checkout@v3

# Run GitHub Action to sync all OpenAPI files in the repo
- name: GitHub Action
uses: readmeio/readme-micro@v2.4.0

with:
readme-micro: "'**/*.{yaml,yml,json}' --key=${{ secrets.README_MICRO_SECRET }}"

0 comments on commit 414cdc0

Please sign in to comment.