From f3fa37c7111c4191d603afd0b5beb2d1a991009b Mon Sep 17 00:00:00 2001 From: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:32:41 +0545 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3189c56..46f57bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,8 +19,8 @@ jobs: - uses: grafana/plugin-actions/build-plugin@main # Uncomment to enable plugin signing # (For more info on how to generate the access policy token see https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token) - #with: + with: # Make sure to save the token in your repository secrets - #policy_token: $ + policy_token: ${{ secrets.PLUGIN_SINGING_TOKEN }} # Usage of GRAFANA_API_KEY is deprecated, prefer `policy_token` option above #grafana_token: $