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 Jan 12, 2024
1 parent a92067a commit 6032888
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 6032888

Please sign in to comment.