From 9296980a3390c5680596dc30f25d6043dadedb63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96=2E=20Efe=20D=2E?= <67526259+skyline69@users.noreply.github.com> Date: Tue, 11 Mar 2025 15:33:45 +0100 Subject: [PATCH] add github token env variable --- .github/workflows/update-mod-versions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-mod-versions.yml b/.github/workflows/update-mod-versions.yml index a9171447..0664679c 100644 --- a/.github/workflows/update-mod-versions.yml +++ b/.github/workflows/update-mod-versions.yml @@ -26,6 +26,8 @@ jobs: pip install requests - name: Update mod versions + env: + GITHUB_TOKEN: ${{ github.token }} run: | python .github/scripts/update_mod_versions.py