/.github/workflows/cd-release-pgo.yaml: add dolt release token

This commit is contained in:
coffeegoddd☕️✨
2025-07-09 12:58:25 -07:00
parent 7e840aa523
commit 62bb3dd6ee

View File

@@ -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: