Chore: don't persist creds when checking out in actions (#104778)

* don't persist creds when checking out in actions

* kick CI

* kick CI

* actually commit the merge...

* don't need

* don't need
This commit is contained in:
Ashley Harrison
2025-04-30 17:20:57 +01:00
committed by GitHub
parent ecd1f5ba92
commit 821b44182e
12 changed files with 28 additions and 6 deletions
+1
View File
@@ -26,6 +26,7 @@ jobs:
- uses: actions/checkout@v4
with:
path: ./grafana
persist-credentials: false
- run: echo "GRAFANA_GO_VERSION=$(grep "go 1." grafana/go.work | cut -d\ -f2)" >> "$GITHUB_ENV"
- uses: dagger/dagger-for-github@e47aba410ef9bb9ed81a4d2a97df31061e5e842e
with: