From 9b9d8961c66ba01ab7e4cae2c048e1c0027c0597 Mon Sep 17 00:00:00 2001 From: Vincent Fazio Date: Thu, 5 Sep 2024 15:07:30 +1000 Subject: [PATCH] Update tests.yml permissions so badge can be created --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e89e6b9..fa507a3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ on: branches: [ "master" ] permissions: - contents: read + contents: write jobs: build: