From ab9fcfe4526314b09c8fd382527c5b9d9b011315 Mon Sep 17 00:00:00 2001 From: Luke Lashley Date: Wed, 20 Nov 2024 08:33:55 -0500 Subject: [PATCH] fix: add gh_token to checkout (#245) --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eef1599..10ec0d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,6 +65,7 @@ jobs: issues: write pull-requests: write id-token: write + actions: write packages: write environment: name: pypi @@ -73,6 +74,8 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + token: ${{ secrets.GH_TOKEN }} + - name: Set up Python 3.11 uses: actions/setup-python@v5 with: