From a470831c53d599f7655c1b732d81f2f637290a03 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Thu, 9 Mar 2023 19:46:11 -0600 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82dab19..690cdd5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,4 +20,4 @@ jobs: VERSION=`cat pack.toml | grep ^version | sed 's/version = "\(.*\)"/\1/'` gh release create v$VERSION --generate-notes *.mrpack env: - GH_TOKEN: ${{ github.token }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}