Skip to content

build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (… #245

build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (…

build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (… #245

Workflow file for this run

name: Docs
on:
push:
branches:
- main
jobs:
pull-request:
runs-on:
group: large-runners
labels: linux
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
with:
go-version: 1.21.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