Skip to content

Logging and refresh token #138

Logging and refresh token

Logging and refresh token #138

Workflow file for this run

name: pull request jobs
on:
pull_request:
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit
build:
needs: test
uses: ./.github/workflows/build.yml
with:
environment: test
secrets: inherit