8000 Always logout · temporalio/tcld@3aa8670 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add refresh token support for logins #690

Add refresh token support for logins

Add refresh token support for logins #690

Workflow file for this run

name: Pull Request Pipeline
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
name: sanity checks - pull request
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '^1.18'
- name: run tests and build
run: make clean test bins
- name: lint
run: make tools lint
0