From f07cd14ea5c4bb0d4213d73a7cbe73a1b05f9b5e Mon Sep 17 00:00:00 2001 From: Sriram <153843+yesoreyeram@users.noreply.github.com> Date: Mon, 1 Jun 2026 16:46:34 +0100 Subject: [PATCH] (revert): https://github.com/grafana/plugin-tools/pull/2691 reverting due to issues in upstream workflow https://github.com/grafana/shared-workflows/pull/1986 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bbe33fe21..fc1b484462 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -546,7 +546,7 @@ jobs: - name: Generate token id: generate-token - uses: grafana/shared-workflows/actions/create-github-app-token@795f748a236f9de024b7514efc9a208456e7e468 # create-github-app-token/v0.3.0 + uses: grafana/shared-workflows/actions/create-github-app-token@46f48da11e78ebdba7a8747ae456b11062fac83e # create-github-app-token/v0.3.1 with: github_app: grafana-plugins-platform-bot permission_set: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && 'release' || 'default' }}