Skip to content

add bearer_token_format and idp_access_token_allowed_audiences (#1103) #425

add bearer_token_format and idp_access_token_allowed_audiences (#1103)

add bearer_token_format and idp_access_token_allowed_audiences (#1103) #425

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@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