diff --git a/.github/workflows/permission-advisor.yml b/.github/workflows/permission-advisor.yml deleted file mode 100644 index 2c777b3..0000000 --- a/.github/workflows/permission-advisor.yml +++ /dev/null @@ -1,27 +0,0 @@ -# Sample workflow to run the action -name: Permissions Advisor - -permissions: - actions: read - -on: - workflow_dispatch: - inputs: - name: - description: 'The name of the workflow file to analyze' - required: true - type: string - count: - description: 'How many last runs to analyze' - required: false - type: string - default: "10" - -jobs: - advisor: - runs-on: ubuntu-latest - steps: - - uses: GitHubSecurityLab/actions-permissions/advisor@v1 - with: - name: ${{ inputs.name }} - count: ${{ fromJSON(inputs.count) }} \ No newline at end of file