From 01e7aa511bcc63a4927c8d0c34ae1358f184f36c Mon Sep 17 00:00:00 2001 From: Neriberto CP Date: Wed, 24 Apr 2024 20:22:29 -0300 Subject: [PATCH] chore: Fix mistakes --- .github/workflows/feature.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/feature.yaml b/.github/workflows/feature.yaml index 9c72692..f437841 100644 --- a/.github/workflows/feature.yaml +++ b/.github/workflows/feature.yaml @@ -18,6 +18,8 @@ jobs: else echo "::set-output name=pr_exists::true" fi + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create PR if: steps.check_pr.outputs.pr_exists == 'false'