From 5b391abc002b8305f4a6b30496ed98d3a07bd75d Mon Sep 17 00:00:00 2001 From: cat-master21 <96554164+cat-master21@users.noreply.github.com> Date: Fri, 5 Aug 2022 17:01:39 -0700 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 35dcd7f..950c4f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: uses: ncipollo/release-action@v1 with: artifacts: "iso/*.iso,iso/MD5SUMS" - token: ${{ secrets.SECRET_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ steps.date.outputs.date }}