From 56440e7248e7797f07212cce8e5017f1bbb45307 Mon Sep 17 00:00:00 2001
From: Thomas Fini Hansen <xen@xen.dk>
Date: Fri, 12 Jan 2024 08:49:33 +0100
Subject: [PATCH] Pass Reviewdog token to setup action

---
 action.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/action.yml b/action.yml
index ca00c4d..d3b1a46 100644
--- a/action.yml
+++ b/action.yml
@@ -29,6 +29,8 @@ runs:
       uses: reviewdog/action-setup@v1
       with:
         reviewdog_version: latest
+      env:
+        REVIEWDOG_GITHUB_API_TOKEN: ${{ inputs.github_token }}
 
     - name: ESLint
       shell: bash