FIX: Merge minify.
This commit is contained in:
5
.github/workflows/minify.yml
vendored
5
.github/workflows/minify.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user