Skip to content

Commit

Permalink
Update update_repos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hijjasnijdj authored Nov 14, 2024
1 parent b2de899 commit b7b2fee
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/update_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Git identity
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "actions@github.com"
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -25,6 +30,6 @@ jobs:
- name: Run Update Script
env:
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }} # Use your custom secret here
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
run: |
python update_repos.py
python $GITHUB_WORKSPACE/update_repos.py

0 comments on commit b7b2fee

Please sign in to comment.