Unverified Commit 81c85ead authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Add token to workflow action (#949)

parent f4a762a1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ on:
  pull_request:

name: "Review"
permissions: {}

jobs:
  shfmt:
@@ -12,3 +11,6 @@ jobs:
    steps:
      - uses: actions/checkout@v5
      - uses: reviewdog/action-shfmt@v1
        with:
          shfmt_flags: "-i 2 -ci -bn -s"
          github_token: ${{ secrets.REPO_ACCESS_TOKEN }}