From f8010e30d67007a29eb707e02837bc239a9ccf66 Mon Sep 17 00:00:00 2001 From: Lars Heinemann Date: Sat, 18 Nov 2023 21:33:24 +0100 Subject: [PATCH] reactivate the python script to gather releases and milestones --- .github/workflows/hugo.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index e251b101..cc98cfc6 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -59,11 +59,11 @@ jobs: - name: Install Python dependencies run: pip3 install requests -# - name: Generate Releases -# run: python3 getGithubData.py $username $password -# env: -# username: ${{ secrets.API_USER }} -# password: ${{ secrets.API_PASSWORD }} + - name: Generate Releases and Milestones + run: python3 getGithubData.py $username $password + env: + username: ${{ secrets.API_USER }} + password: ${{ secrets.API_PASSWORD }} - name: Run Hugo uses: crazy-max/ghaction-hugo@v3