8000 feat: add end-to-end tests (#179) · algolia/cli@330ca28 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Scheduled API Specs Pull Request #1997

Scheduled API Specs Pull Request

Scheduled API Specs Pull Request #1997

Workflow file for this run

name: Scheduled API Specs Pull Request
on:
schedule:
- cron: '0 */12 * * *'
jobs:
api-specs-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
- run: make api-specs-pr
env:
GH_TOKEN: ${{ secrets.GH_SECRET }}
GIT_COMMITTER_NAME: algolia-ci
GIT_AUTHOR_NAME: algolia-ci
GIT_COMMITTER_EMAIL: noreply@algolia.com
GIT_AUTHOR_EMAIL: noreply@algolia.com
0