diff --git a/.github/workflows/vmd.yml b/.github/workflows/vmd.yml index f47e9f4..c8947e8 100644 --- a/.github/workflows/vmd.yml +++ b/.github/workflows/vmd.yml @@ -1,4 +1,4 @@ -name: Vue Analysis +name: Vue Analysis 0 on: workflow_dispatch: @@ -28,4 +28,6 @@ jobs: - name: Vue Mess Detector Analysis uses: brenoepics/vmd-action@add-compare-feature + with: + github-token: ${{ secrets.GITHUB_TOKEN }}