diff --git a/.github/workflows/steam-stats.yml b/.github/workflows/steam-stats.yml index 69812e2..f7e5c00 100644 --- a/.github/workflows/steam-stats.yml +++ b/.github/workflows/steam-stats.yml @@ -13,6 +13,9 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + token: ${{ secrets.GH_TOKEN }} + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v5 with: @@ -32,4 +35,4 @@ jobs: git config --global user.name "GitHub Action" git add . git commit -m "Update README with latest Stats" || echo "No changes to commit" - git push + git push --force