From fe2b32bd4b279a5db198f6d9514c51481a252db2 Mon Sep 17 00:00:00 2001 From: Timur Olzhabayev Date: Mon, 16 Dec 2024 10:30:52 +0100 Subject: [PATCH] Chore: Switching to main (#1399) --- docusaurus/docs/get-started/set-up-development-environment.mdx | 2 +- packages/create-plugin/templates/github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus/docs/get-started/set-up-development-environment.mdx b/docusaurus/docs/get-started/set-up-development-environment.mdx index 875bf5aae..d81830e6f 100644 --- a/docusaurus/docs/get-started/set-up-development-environment.mdx +++ b/docusaurus/docs/get-started/set-up-development-environment.mdx @@ -188,7 +188,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: grafana/plugin-actions/build-plugin@release + - uses: grafana/plugin-actions/build-plugin@main with: grafana_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }} ``` diff --git a/packages/create-plugin/templates/github/workflows/release.yml b/packages/create-plugin/templates/github/workflows/release.yml index a238c375b..7bade3664 100644 --- a/packages/create-plugin/templates/github/workflows/release.yml +++ b/packages/create-plugin/templates/github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: grafana/plugin-actions/build-plugin@release + - 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: