build(deps): bump distroless/base-debian12 in the docker group (#1095) #419
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |