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' }}