From a8b4986a56900e79a5336ff0a1d8660f9fd0e84f Mon Sep 17 00:00:00 2001 From: David Finol Date: Sun, 12 Nov 2023 08:10:43 -0600 Subject: [PATCH] Update workflow --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 50b3f2f5..2157454a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,6 +33,8 @@ jobs: tests: name: Unit Tests runs-on: ubuntu-latest + permissions: + checks: write steps: - name: Checkout Repository uses: actions/checkout@v3 @@ -65,6 +67,7 @@ jobs: UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }} with: testMode: playmode + githubToken: ${{ secrets.GITHUB_TOKEN }} - name: Update Release Notes if: github.event.action == 'published' env: