Skip to content

minor fixes to k8s-walkthrough.md #3

minor fixes to k8s-walkthrough.md

minor fixes to k8s-walkthrough.md #3

Workflow file for this run

name: Backport PR creator
on:
pull_request_target:
types:
- closed
- labeled
jobs:
main:
if: github.repository == 'grafana/beyla'
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v4
with:
repository: grafana/grafana-github-actions
path: ./actions
ref: main
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Run backport
uses: ./actions/backport
with:
token: ${{ secret.GITHUB_TOKEN }}

Check failure on line 24 in .github/workflows/backport.yml

View workflow run for this annotation

GitHub Actions / Backport PR creator

Invalid workflow file

The workflow is not valid. .github/workflows/backport.yml (Line: 24, Col: 18): Unrecognized named-value: 'secret'. Located at position 1 within expression: secret.GITHUB_TOKEN
labelsToAdd: backport
title: "[{{base}}] {{originalTitle}}"