Skip to content

Commit

Permalink
Pass takone as env var to gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
beyhan committed Dec 19, 2023
1 parent 4b0e1df commit 7d6b369
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/org-inactive-user-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d6b369

Please sign in to comment.