Ci: Use app token during checkout (#100889)

Use app token during checkout
pull/100890/head
Piotr Jamróz 4 months ago committed by GitHub
parent fd8a2158f1
commit 7b3b165c3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/release-pr.yml

@ -74,6 +74,7 @@ jobs:
ref: ${{ steps.branch.outputs.branch }}
fetch-depth: 0
fetch-tags: true
token: ${{ steps.generate_token.outputs.token }}
- name: Checkout Grafana (main)
uses: actions/checkout@v4
with:
@ -81,6 +82,7 @@ jobs:
fetch-depth: '0'
fetch-tags: 'false'
path: .grafana-main
token: ${{ steps.generate_token.outputs.token }}
- name: Setup nodejs environment
uses: actions/setup-node@v4
with:

Loading…
Cancel
Save