From 5a4d72ea90ed2a9f7f0e17f75600d03fdf5959f7 Mon Sep 17 00:00:00 2001 From: Adam Amer <136176500+adamamer20@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:25:29 +0200 Subject: [PATCH] Revert "fix: removing GH Token (not needed)" This reverts commit be9755b7eaf20900e1ab24b4b5da7e54befa9a8c. --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ee49bd7..03f7e81 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,6 +16,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Python uses: actions/setup-python@v5 with: