From 7d6b369ffdae2ddb9013037327fe883a1144f2f4 Mon Sep 17 00:00:00 2001 From: Beyhan Veli Date: Tue, 19 Dec 2023 14:18:20 +0100 Subject: [PATCH] Pass takone as env var to gh action --- .github/workflows/org-inactive-user-management.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/org-inactive-user-management.yml b/.github/workflows/org-inactive-user-management.yml index 7a15957e..678deaa2 100644 --- a/.github/workflows/org-inactive-user-management.yml +++ b/.github/workflows/org-inactive-user-management.yml @@ -24,6 +24,8 @@ jobs: python -m pip install --upgrade pip pip install -r community/org/requirements.txt python community/org/org_user_management.py + env: + GH_TOKEN: ${{ secrets.GH_TOKEN }} - name: Create Pull Request if: ${{ steps.uds.outputs.inactive_users_pr_description }} uses: peter-evans/create-pull-request@v4