From 62bb3dd6eed1de3b05dc85711e5fdca5f30c6661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coffeegoddd=E2=98=95=EF=B8=8F=E2=9C=A8?= Date: Wed, 9 Jul 2025 12:58:25 -0700 Subject: [PATCH] /.github/workflows/cd-release-pgo.yaml: add dolt release token --- .github/workflows/cd-release-pgo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd-release-pgo.yaml b/.github/workflows/cd-release-pgo.yaml index 27b44a87bc..8651e00876 100644 --- a/.github/workflows/cd-release-pgo.yaml +++ b/.github/workflows/cd-release-pgo.yaml @@ -42,6 +42,7 @@ jobs: - uses: actions/checkout@v4 with: ref: main + token: ${{ secrets.DOLT_RELEASE_TOKEN }} - name: Set up Go 1.x uses: actions/setup-go@v5 with: