Skip to content

Releasability status #19

Releasability status

Releasability status #19

name: Releasability status
on:
workflow_dispatch:
jobs:
update_releasability_status:
runs-on: ubuntu-latest
name: Releasability status
permissions:
id-token: write
contents: read
steps:
- uses: SonarSource/gh-action_releasability@v2
id: releasability-checks
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}