make DataAddressValidator
works also for other data address types
#1740
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: First Interaction | |
on: | |
issues: | |
types: [ opened ] | |
pull_request_target: | |
types: [ opened ] | |
jobs: | |
trigger-workflow: | |
uses: eclipse-edc/.github/.github/workflows/first-interaction.yml@main | |
secrets: | |
envGH: ${{ secrets.GITHUB_TOKEN }} |