Fix bug where the consumer uses the incorrect process id to process a provider offer #2627
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 }} |