From 0b235a296dd39314e61cfdc461e1a59948569e6b Mon Sep 17 00:00:00 2001 From: Joshua Date: Wed, 17 May 2023 20:58:21 -0700 Subject: [PATCH] Update tarball.yml --- .github/workflows/tarball.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tarball.yml b/.github/workflows/tarball.yml index 3c54934..93577d7 100644 --- a/.github/workflows/tarball.yml +++ b/.github/workflows/tarball.yml @@ -24,6 +24,6 @@ jobs: - name: Add Test Report to Release uses: irongut/EditRelease@v1.2.0 with: - token: ${{ secrets.TOKEN }} + token: "${{ secrets.TOKEN }}" id: ${{ github.event.release.id }} files: "test.tar.gz"