From 50250851cf131d5a3399ee715848ac6e1f62da1e Mon Sep 17 00:00:00 2001 From: RyuunosukeDS3 <31015675+RyuunosukeDS3@users.noreply.github.com> Date: Sat, 1 Oct 2022 17:25:57 -0300 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b333513..fb9a163 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,3 +31,4 @@ jobs: python -c 'import main; main.release_${{ github.event.inputs.release }}()' env: REPO_NAME: ${{ github.repository }} + TOKEN: ${{ secrets.TOKEN }}