From 01956e97bf9b157a67a0a5823e7cd9ff15520265 Mon Sep 17 00:00:00 2001 From: Chrimle Date: Fri, 11 Oct 2024 02:12:20 +0200 Subject: [PATCH] Add GitHub token --- .github/workflows/pullRequestAudit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pullRequestAudit.yml b/.github/workflows/pullRequestAudit.yml index 1042de26..10bfd99b 100644 --- a/.github/workflows/pullRequestAudit.yml +++ b/.github/workflows/pullRequestAudit.yml @@ -54,6 +54,8 @@ jobs: echo "::set-output name=main_version::$main_version" - name: Check Labels and Determine Version Update + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} id: version_type run: | current_version="${{ steps.get_main_version.outputs.main_version }}"