Skip to content

report html with responsive layout (#617) #83

report html with responsive layout (#617)

report html with responsive layout (#617) #83

Workflow file for this run

name: Nightly Release
permissions:
id-token: write
contents: write
on:
push:
branches:
- main
jobs:
delete_tag:
runs-on: ubuntu-latest
steps:
- name: Delete release
uses: dev-drprasad/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
delete_release: true
tag_name: 2.0.0-nightly
nightly:
needs: delete_tag
uses: Checkmarx/ast-cli/.github/workflows/release.yml@main
with:
tag: "2.0.0-nightly"
secrets: inherit