From d4b8dca066bb3ac4a277ee87bcc50854ad5aa5b9 Mon Sep 17 00:00:00 2001 From: "marcus.aberg" Date: Fri, 20 Sep 2024 11:19:13 +0200 Subject: [PATCH] chore: update token in lint job --- .github/workflows/lint-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml index bc0656e..6b80c8c 100644 --- a/.github/workflows/lint-pr.yml +++ b/.github/workflows/lint-pr.yml @@ -14,5 +14,5 @@ jobs: steps: # Pin action to SHA instead of git tag, the sha is equal to the v4 tag. - uses: amannn/action-semantic-pull-request@91682d013dea3ff257520b9b68c9cb93ced4fe9b - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}