Skip to content

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

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

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

Workflow file for this run

name: Docs
on:
push:
branches:
- main
jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
with:
go-version: 1.22.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