From fed92d1bfa3f50891cf560e509f975b82021dfaf Mon Sep 17 00:00:00 2001 From: zenobit Date: Sat, 8 Mar 2025 00:47:53 +0100 Subject: [PATCH] Update distrosFeed.yml --- .github/workflows/distrosFeed.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/distrosFeed.yml b/.github/workflows/distrosFeed.yml index d9593a2..b673dcd 100644 --- a/.github/workflows/distrosFeed.yml +++ b/.github/workflows/distrosFeed.yml @@ -9,6 +9,9 @@ on: schedule: - cron: '0 */6 * * *' +permissions: + contents: write + jobs: get: runs-on: ubuntu-latest @@ -18,6 +21,11 @@ jobs: - name: Get latest ISOs links run: curl -s https://distrowatch.com | grep 'News".*\.iso' | cut -d '"' -f6 | tee -a ISOs.list + - name: "Git Config" + run: | + git config --global user.name "${{ github.repository_owner }}" + git config --global user.email "noreply@github.com" + - name: Update list run: | git add ISOs.list