Ci: Use app token during checkout (#100889)

Use app token during checkout
This commit is contained in:
Piotr Jamróz
2025-02-18 11:29:26 -07:00
committed by GitHub
parent fd8a2158f1
commit 7b3b165c3d
+2
View File
@@ -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: