From 0b37cca2d636b295fe6b0a8eb29a2505c98553bf Mon Sep 17 00:00:00 2001 From: MajorDroolz Date: Tue, 20 Dec 2022 03:51:25 -0500 Subject: [PATCH] FIX: Merge minify. --- .github/workflows/minify.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/minify.yml b/.github/workflows/minify.yml index 6de88f5..a031453 100644 --- a/.github/workflows/minify.yml +++ b/.github/workflows/minify.yml @@ -8,12 +8,11 @@ on: jobs: minify: runs-on: ubuntu-latest - env: - GH_TOKEN: ${{ github.token }} + steps: - uses: actions/checkout@v3 with: - token: ${{ secret.SECRET }} + token: ${{ secrets.SECRET }} - uses: actions/setup-node@v3 with: