chore: Update CLI to use errors and Cobra's RunE (#200) #148
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: SLSA Source | |
| on: | |
| push: | |
| branches: [ "main" ] | |
| tags: ['**'] | |
| jobs: | |
| # Whenever new source is pushed recompute the slsa source information. | |
| check-change: | |
| permissions: | |
| contents: write # needed for storing the vsa in the repo. | |
| id-token: write | |
| uses: slsa-framework/slsa-source-poc/.github/workflows/compute_slsa_source.yml@main |