fix: integrate fix commit 0eff36e55bc5c529c1ec966677c7cd16658e21cb to v0.6.4 #2404
Workflow file for this run
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 }} |