Skip to content

Backport chunk_refs_fetch_time to 2.9.x branch (#11891) #17

Backport chunk_refs_fetch_time to 2.9.x branch (#11891)

Backport chunk_refs_fetch_time to 2.9.x branch (#11891) #17

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:97f0254db04c6dba53080aac4f6ec69bf4be7993) : 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 }}'