From f4c9deed4e471e1e53f426ee89ab6b5ceb29a0c8 Mon Sep 17 00:00:00 2001 From: yesoreyeram <153843+yesoreyeram@users.noreply.github.com> Date: Mon, 1 Jun 2026 12:52:16 +0100 Subject: [PATCH] chore: update create-github-app-token from 0.2.3 to 0.3.0 --- .github/workflows/ci.yml | 2 +- docusaurus/docs/set-up/set-up-github.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3814c70c1..2bbe33fe21 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@259ba21cb3ff07724f331e26d926d655d24b317b # create-github-app-token/v0.2.3 + uses: grafana/shared-workflows/actions/create-github-app-token@795f748a236f9de024b7514efc9a208456e7e468 # create-github-app-token/v0.3.0 with: github_app: grafana-plugins-platform-bot permission_set: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && 'release' || 'default' }} diff --git a/docusaurus/docs/set-up/set-up-github.md b/docusaurus/docs/set-up/set-up-github.md index 6f1dccefd6..1d4776c74d 100644 --- a/docusaurus/docs/set-up/set-up-github.md +++ b/docusaurus/docs/set-up/set-up-github.md @@ -142,7 +142,7 @@ jobs: steps: - name: Generate GitHub App Token id: generate_token - uses: actions/create-github-app-token@v2 + uses: grafana/shared-workflows/actions/create-github-app-token@795f748a236f9de024b7514efc9a208456e7e468 # create-github-app-token/v0.3.0 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.PRIVATE_KEY }}