From 1fffc1fdebca39c35a9e69ea3d25240e13eb73b7 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Wed, 1 Nov 2023 03:30:29 +0000 Subject: [PATCH] chore: update CI config with PAT --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93bb8a9c..6ce7cb30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,7 @@ jobs: with: ref: ${{ github.ref }} fetch-depth: 0 + token: ${{ secrets.SILENTWORKS_PAT }} # This action uses Python Semantic Release v8 - name: Python Semantic Release id: release