Skip to content

Scheduled API Specs Pull Request #1922

Scheduled API Specs Pull Request

Scheduled API Specs Pull Request #1922

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: [email protected]
GIT_AUTHOR_EMAIL: [email protected]