chore: fixes after edc vc module refactor (#316) #188
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: "Publish Snapshot Build" | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
Publish-Snapshot: | |
# This workflow will abort if the required secrets don't exist | |
uses: eclipse-edc/.github/.github/workflows/publish-snapshot.yml@main | |
secrets: inherit |