Skip to content

CISO-920: remove broken Teams notify job (secret CXONE_SCAN_WEBHOOK_U… #78

CISO-920: remove broken Teams notify job (secret CXONE_SCAN_WEBHOOK_U…

CISO-920: remove broken Teams notify job (secret CXONE_SCAN_WEBHOOK_U… #78

Workflow file for this run

name: Nightly Release
on:
push:
branches:
- main
jobs:
set_tag:
runs-on: ubuntu-latest
outputs:
tag_name: ${{ steps.tagname.outputs.tag_name }}
steps:
- name: Create tagname
run: echo "tag_name=2.0.0" >> "$GITHUB_OUTPUT"
id: tagname
- name: Print tagname
run: echo "created tag ${{ steps.tagname.outputs.tag_name }}"
nightly:
needs: set_tag
uses: Checkmarx/ast-eclipse-plugin/.github/workflows/release.yml@main

Check failure on line 21 in .github/workflows/nightly.yml

View workflow run for this annotation

GitHub Actions / Nightly Release

Invalid workflow file

The workflow is not valid. .github/workflows/nightly.yml (Line: 21, Col: 11): Input jira_ticket is required, but not provided while calling.
with:
tag: ${{ needs.set_tag.outputs.tag_name }}
rbranch: "nightly"
secrets: inherit