From 2d1c8a4cebdfbee19eca19c0d1dc1e16078e2d71 Mon Sep 17 00:00:00 2001 From: John Doty Date: Thu, 15 Aug 2024 11:59:00 -0700 Subject: [PATCH] Set the github token for the release action --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 91c222a..b0b236f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -88,4 +88,5 @@ jobs: env: RELEASE_TAG: ${{ needs.create_release.outputs.version }} BUILD: ${{ matrix.build }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: python3 release.py