From 3a3431b6a8c818171ecfc314f0178bb6f6ce048d Mon Sep 17 00:00:00 2001 From: Justin Searls Date: Mon, 17 Jun 2024 12:23:37 -0400 Subject: [PATCH] fix readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0339ba6..69ace71 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ on: [push] jobs: build: runs-on: ubuntu-latest + permissions: + checks: write + contents: read steps: - uses: actions/checkout@v4 - name: Standard Ruby