This repository is currently being migrated. It's locked while the migration is in progress.
Migrate CircleCI pipeline to GitHub Actions with Piper #1
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
| name: Piper | ||
| on: | ||
| workflow_dispatch: | ||
| pull_request: | ||
| push: | ||
| branches: | ||
| - "master" | ||
| jobs: | ||
| piper: | ||
| uses: "signavio/shared-workflows/.github/workflows/sig-piper-workflow.yml@v3.1.3" | ||
|
Check failure on line 11 in .github/workflows/piper.yaml
|
||
| secrets: inherit | ||
| with: | ||
| extensibility-enabled: true | ||
| runs-on: '["solinas-medium"]' | ||
| permissions: | ||
| contents: write | ||
| id-token: write | ||
| security-events: write | ||
| actions: read | ||