Skip to content

Commit

Permalink
fix: add missing step to workflow file for readme generator (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
anitarua authored Mar 6, 2024
1 parent 1692b5f commit 93f6b1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/on-push-to-main-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
generate_readme:
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v2
with:
token: ${{ secrets.MOMENTO_MACHINE_USER_GITHUB_TOKEN }}

- name: Generate README
uses: momentohq/standards-and-practices/github-actions/generate-and-commit-oss-readme@gh-actions-v2
with:
Expand Down

0 comments on commit 93f6b1d

Please sign in to comment.