Update github token

This commit is contained in:
Christoffer Lerno
2025-03-28 00:51:43 +01:00
parent ea5fec80b0
commit 7b0cc85b2c

View File

@@ -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