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: