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 }}"