From a77aa4d92f51ad645d76bdfb06ff0d78def7dc51 Mon Sep 17 00:00:00 2001 From: Zane Schepke Date: Fri, 17 Oct 2025 18:35:14 -0400 Subject: [PATCH] ci: fix token --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1c952dc2..cfaf584d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -93,7 +93,7 @@ jobs: id: latest_release uses: kaliber5/action-get-release@v1 with: - token: ${{ secrets.PAT }} + token: ${{ github.token }} latest: true - name: Generate Changelog