File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' }}
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments