add bearer_token_format and idp_access_token_allowed_audiences (#1103) #425
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@f111f3307d8850f501ac008e886eec1fd1932a34 | |
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 |