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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user