Skip to content

Fix issue with latest version of security document loader which introduces http client (Support for V2 credentials) #73

Fix issue with latest version of security document loader which introduces http client (Support for V2 credentials)

Fix issue with latest version of security document loader which introduces http client (Support for V2 credentials) #73

name: move new, edited, reopened issues to DCC Enginnering project
on:
issues:
types: [ opened, edited, reopened ]
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/digitalcredentials/projects/14
github-token: ${{ secrets.PROJECTS_ACCESS_TOKEN }}