From 14afeab1e8a9800616d630b0372aea2d6a0d6b97 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:17:15 +0100 Subject: [PATCH] Explicitly define github token env variable --- .github/workflows/update-mod-versions.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update-mod-versions.yml b/.github/workflows/update-mod-versions.yml index 14ce7efb..21aa28a9 100644 --- a/.github/workflows/update-mod-versions.yml +++ b/.github/workflows/update-mod-versions.yml @@ -25,6 +25,9 @@ jobs: python -m pip install --upgrade pip pip install requests + - env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Update mod versions run: | python .github/scripts/update_mod_versions.py