diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index aea7454c..11035d10 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -20,7 +20,6 @@ jobs: - uses: actions/checkout@v3 with: ref: ${{ matrix.branch }} - token: ${{ secrets.TOKEN }} - run: git config --global user.email "sbrunner@ci.org" - run: git config --global user.name "Snyk autofix"