Skip to content

Allow developer application app ID and token credentials when exchanging token #99

Allow developer application app ID and token credentials when exchanging token

Allow developer application app ID and token credentials when exchanging token #99

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
linting:
uses: ./.github/workflows/linting.yml
build-deploy:
uses: ./.github/workflows/build.yml
needs:
- linting