Allow passing CA to add to container trust store #3
Workflow file for this run
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: Create release | |
| on: | |
| pull_request_target: | |
| branches: | |
| - main | |
| types: | |
| - closed | |
| jobs: | |
| release: | |
| if: github.event.pull_request.merged == true && !contains(github.event.pull_request.title, 'skip-release') | |
| uses: lehigh-university-libraries/gha/.github/workflows/bump-release.yaml@main | |
| with: | |
| workflow_file: goreleaser.yml | |
| permissions: | |
| contents: write | |
| actions: write | |
| secrets: inherit |