Skip to content

ci: update core to latest commit in main (#1081) #411

ci: update core to latest commit in main (#1081)

ci: update core to latest commit in main (#1081) #411

Workflow file for this run

name: Docs
on:
push:
branches:
- main
jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
with:
go-version: 1.23.x
- name: generate docs
run: make docs
- name: Create pull request in the documentations repo
env:
API_TOKEN_GITHUB: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
USER_EMAIL: ${{ github.event.pusher.email }}
USER_NAME: ${{ github.event.pusher.name }}
run: scripts/open-docs-pull-request.sh