Skip to content

Release

Release #1

Workflow file for this run

name: Release
on:
workflow_dispatch:
inputs:
stalker-base-release-type:
required: true
default: none
type: choice
options:
- patch
- minor
- major
- none
description: Base
stalker-python-job-base-release-type:
required: true
default: none
type: choice
options:
- patch
- minor
- major
- none
description: Base / Python Jobs
stalker-nuclei-job-base-release-type:
required: true
default: none
type: choice
options:
- patch
- minor
- major
- none
description: Base / Nuclei Job
cron-release-type:
required: true
default: none
type: choice
options:
- patch
- minor
- major
- none
description: Backend / Cron
orchestrator-release-type:
required: true
default: none
type: choice
options:
- patch
- minor
- major
- none
description: Backend / Orchestrator
jobs-manager-release-type:
required: true
default: none
type: choice
options:
- patch
- minor
- major
- none
description: Backend / Jobs Manager
app-release-type:
required: true
default: none
type: choice
options:
- patch
- minor
- major
- none
description: Frontend / App
jobs:
cron:

Check failure on line 84 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 84, Col: 3): Error calling workflow 'red-kite-solutions/stalker/.github/workflows/cron-service-release.yml@8b9fd190a2f8fee37ff9744abe3fe46af2e87ddc'. The workflow is requesting 'packages: write', but is only allowed 'packages: read'. .github/workflows/release.yml (Line: 84, Col: 3): Error calling workflow 'red-kite-solutions/stalker/.github/workflows/cron-service-release.yml@8b9fd190a2f8fee37ff9744abe3fe46af2e87ddc'. The nested job 'docker' is requesting 'contents: write', but is only allowed 'contents: read'.
name: Backend / Cron
uses: ./.github/workflows/cron-service-release.yml
with:
release-type: ${{inputs.cron-release-type}}