FIX: Merge minify.

This commit is contained in:
MajorDroolz
2022-12-20 03:51:25 -05:00
parent 6a9086cf34
commit 0b37cca2d6

View File

@@ -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: