zola-check-manager

A Github Action allowing you to manage the zola check results in github
git clone git://archive.git.mtrnord.blog/MTRNord/zola-check-manager.git
Log | Files | Refs | README | LICENSE

commit 602647ca8674888e2fcf57722d345c6a8d6a404f
parent d18aa85ca96eed77bc320ec2783c6cb16a48ab7b
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 11 Apr 2023 23:27:18 +0200

Fix permissions for the test run

Diffstat:
M.github/workflows/test.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -17,6 +17,8 @@ jobs: npm run all test: # make sure the action works on a clean machine without building runs-on: ubuntu-latest + permissions: + checks: write steps: - uses: actions/checkout@v3 - uses: ./