Skip to content

Merge pull request #45 from entur/release-please--branches--main #29

Merge pull request #45 from entur/release-please--branches--main

Merge pull request #45 from entur/release-please--branches--main #29

Workflow file for this run

name: release
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
# needed for status checks pr approvals
update-code-scan-doc:
uses: entur/gha-meta/.github/workflows/[email protected]
with:
workflow_file: .github/workflows/code-scan.yml
readme_file: README-code-scan.md
update-docker-scan-doc:
uses: entur/gha-meta/.github/workflows/[email protected]
with:
workflow_file: .github/workflows/docker-scan.yml
readme_file: README-docker-scan.md
# / needed for status checks pr approvals
release:
needs: [update-code-scan-doc, update-docker-scan-doc]
uses: entur/gha-meta/.github/workflows/release.yml@v1