Skip to content

Merge pull request #67 from momentohq/dependabot/npm_and_yarn/backend… #21

Merge pull request #67 from momentohq/dependabot/npm_and_yarn/backend…

Merge pull request #67 from momentohq/dependabot/npm_and_yarn/backend… #21

name: on-push-to-main
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-24.04
steps:
- name: Setup repo
uses: actions/checkout@v3
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:
project_status: official
project_stability: stable
project_type: other
template_file: ./README.template.md
output_file: ./README.md