From 05c52545b4216a2e4682b9fb526b62a72ae8b4d9 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 10 Sep 2023 17:56:58 -0400 Subject: [PATCH] Forgot to pass github token --- .github/workflows/publish-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 1ad3353..649d6e9 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -21,6 +21,8 @@ jobs: - name: Create Release id: create_release uses: actions/create-release@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }}