Skip to content

Address feedback from Grafana's plugin review (#25) #1

Address feedback from Grafana's plugin review (#25)

Address feedback from Grafana's plugin review (#25) #1

Workflow file for this run

# This GitHub Action automates the process of building Grafana plugins.
# (For more information, see https://github.com/grafana/plugin-actions/blob/main/build-plugin/README.md)
name: Release
on:
push:
tags:
- 'v*' # Run workflow on version tags, e.g. v1.0.0.
permissions: read-all
jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: grafana/plugin-actions/build-plugin@release
with:

Check failure on line 20 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: 20, Col: 14): Unexpected value '' .github/workflows/release.yml (Line: 21, Col: 9): Unexpected value 'policy_token'
policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}