Skip to content

Commit 255e470

Browse files
authored
chore: update create-github-app-token from 0.2.3 to 0.3.0 (#2691)
1 parent 653ecf2 commit 255e470

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ jobs:
546546
547547
- name: Generate token
548548
id: generate-token
549-
uses: grafana/shared-workflows/actions/create-github-app-token@259ba21cb3ff07724f331e26d926d655d24b317b # create-github-app-token/v0.2.3
549+
uses: grafana/shared-workflows/actions/create-github-app-token@795f748a236f9de024b7514efc9a208456e7e468 # create-github-app-token/v0.3.0
550550
with:
551551
github_app: grafana-plugins-platform-bot
552552
permission_set: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && 'release' || 'default' }}

docusaurus/docs/set-up/set-up-github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
steps:
143143
- name: Generate GitHub App Token
144144
id: generate_token
145-
uses: actions/create-github-app-token@v2
145+
uses: grafana/shared-workflows/actions/create-github-app-token@795f748a236f9de024b7514efc9a208456e7e468 # create-github-app-token/v0.3.0
146146
with:
147147
app-id: ${{ secrets.APP_ID }}
148148
private-key: ${{ secrets.PRIVATE_KEY }}

0 commit comments

Comments
 (0)