From 34601a99a19f43fe06dcf2d5bfa3ab9dc6f0c667 Mon Sep 17 00:00:00 2001 From: Ace Date: Sun, 23 Jul 2023 21:47:41 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 06b573c..472f01f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,6 +45,8 @@ jobs: name: Run Tests on Raspberry Pi OS needs: clone-setup-install runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Restore Workspace @@ -101,7 +103,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ env.version }} - files: inkycal_os.img/inkycal_os.img + files: inkycal_os.img generate-docs: name: Generate Docs