diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 26a3dc5..f9103ca 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -1,4 +1,4 @@ -name: "run-linting-checks" +name: "run-checks" on: push: branches: @@ -52,4 +52,4 @@ jobs: # The default token is the repolinter token for the DSACMS org # You can change it if needed. - token: ${{ secrets.PAT }} + token: ${{ secrets.pat }}