Skip to content

[release-2.9.x] Deleting old and irrelevant information (#11938) #18

[release-2.9.x] Deleting old and irrelevant information (#11938)

[release-2.9.x] Deleting old and irrelevant information (#11938) #18

Workflow file for this run

---
name: 'create release'
on:
push:
branches:
- 'release-[0-9].[0-9].x'
- 'k[0-9]*'
workflow_dispatch: {}
permissions:
contents: write
pull-requests: write
jobs:
release:
uses: grafana/loki-release/.github/workflows/release.yml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "grafana/loki-release/.github/workflows/release.yml@main" (source branch with sha:5b0f7c1a81ba4c28804d11f755148f7bdb7bf7b9) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
release_repo: grafana/loki
secrets:
GCS_SERVICE_ACCOUNT_KEY: '${{ secrets.BACKEND_ENTERPRISE_DRONE }}'
GH_TOKEN: '${{ secrets.GH_TOKEN }}'