ci: add permissions for writing to pull requests (#45) #13
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: | ||
Check failure on line 11 in .github/workflows/trigger_snapshot.yml GitHub Actions / Publish Snapshot BuildInvalid workflow file
|
||
# This workflow will abort if the required secrets don't exist | ||
uses: eclipse-edc/.github/.github/workflows/publish-snapshot.yml@main | ||
secrets: inherit |