Skip to content

feat(auth): support OAuth 2.0 client credentials flow #786

feat(auth): support OAuth 2.0 client credentials flow

feat(auth): support OAuth 2.0 client credentials flow #786

Workflow file for this run

name: Build and test pull request
on:
pull_request:
branches:
- main
jobs:
call-reusable-workflow:
uses: './.github/workflows/reusable-build-publish.yml'
with:
publish: false
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
DATACLOUD_USERNAME: ${{ secrets.DATACLOUD_USERNAME }}
DATACLOUD_PASSWORD: ${{ secrets.DATACLOUD_PASSWORD }}
DATACLOUD_CLIENT_ID: ${{ secrets.DATACLOUD_CLIENT_ID }}
DATACLOUD_CLIENT_SECRET: ${{ secrets.DATACLOUD_CLIENT_SECRET }}