From 7b0cc85b2cb16c538730b45766d290115d42131d Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Fri, 28 Mar 2025 00:51:43 +0100 Subject: [PATCH] Update github token --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70d90f79d..7cdda7e33 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -749,6 +749,8 @@ jobs: runs-on: ubuntu-22.04 needs: [build-linux, build-mac, build-linux-ubuntu20] if: github.ref == 'refs/heads/master' + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v4