Skip to content

feat(oidc): Make state timeout duration configurable to support long … #103

feat(oidc): Make state timeout duration configurable to support long …

feat(oidc): Make state timeout duration configurable to support long … #103

Workflow file for this run

name: Semanticore
on:
push:
branches:
- master
jobs:
semanticore:
runs-on: ubuntu-latest
name: Semanticore
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.x
check-latest: true
- name: Semanticore
run: go run github.com/aoepeople/semanticore@v0
env:
SEMANTICORE_TOKEN: ${{secrets.GITHUB_TOKEN}}