Skip to content

feat: SSO Improvement - alter user_sessions table to include access token, implement CRUD ops, GET, POST, PATCH APIs and det token CLIs #2773

feat: SSO Improvement - alter user_sessions table to include access token, implement CRUD ops, GET, POST, PATCH APIs and det token CLIs

feat: SSO Improvement - alter user_sessions table to include access token, implement CRUD ops, GET, POST, PATCH APIs and det token CLIs #2773

Workflow file for this run

---
name: "auto-assign on doc PRs opened by doc team"
on: # yamllint disable-line rule:truthy
pull_request_target:
types:
- opened
- reopened
- synchronize
paths:
- 'docs/**'
permissions:
contents: read
pull-requests: write
jobs:
docpr:
runs-on: ubuntu-latest
steps:
- uses: dannysauer/actions-assigner@v2
with:
token: ${{ secrets.DETERMINED_TOKEN }}
team-reviewers: docs