From d32eabea8ca46f1507a38dfd3118d1fe842446da Mon Sep 17 00:00:00 2001 From: Lucas Brendel Date: Thu, 21 Dec 2023 23:15:46 -0600 Subject: [PATCH] chore(actions): adding token config to publish --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 17556b2a..829048c3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -46,6 +46,7 @@ jobs: id: release with: release-type: rust + token: ${{ secrets.GH_PERSONAL_TOKEN }} publish: name: Publish to crates.io