Merge pull request #30 from verygoodsecurity/DEVX-1947 #3
This file contains hidden or 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
| # .github/workflows/mirror.yaml | ||
| name: Mirror to Public Repository | ||
| on: | ||
| workflow_dispatch: | ||
| push: | ||
| branches: | ||
| - main | ||
| tags: | ||
| - "*" | ||
| jobs: | ||
| mirror: | ||
| name: Mirror Repository | ||
| uses: verygood-ops/cicd-shared/.github/workflows/public-mirror.yaml@public-mirror-workflow-v1.0.0 | ||
|
Check failure on line 15 in .github/workflows/mirror.yaml
|
||
| secrets: inherit | ||