Skip to content

chore(deps-dev): bump yard from 0.9.28 to 0.9.36 (#139) #44

chore(deps-dev): bump yard from 0.9.28 to 0.9.36 (#139)

chore(deps-dev): bump yard from 0.9.28 to 0.9.36 (#139) #44

name: Push to Main
on:
push:
branches: [ main ]
permissions:
contents: read
pull-requests: write
jobs:
readme:
runs-on: ubuntu-latest
steps:
- 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: sdk
sdk_language: Ruby
template_file: ./README.template.md
output_file: ./README.md
dev_docs_slug: ruby
test:
# Don't test until all code is generated.
needs: [readme]
uses: ./.github/workflows/test.yml
secrets:
api-key: ${{ secrets.ALPHA_TEST_AUTH_TOKEN }}