From 89313c2a89315c2bc881db9a5033e582fcc1d9ab Mon Sep 17 00:00:00 2001 From: James Ives Date: Wed, 19 Jun 2024 09:25:47 -0400 Subject: [PATCH] docs: add contents write permission callout --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8f00a750..ceb7dd1f 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ name: Refresh Feed on: schedule: - cron: 10 15 * * 0-6 +permissions: + contents: write jobs: refresh-feed: runs-on: ubuntu-latest @@ -112,6 +114,8 @@ name: Build and Deploy on: schedule: - cron: 10 16 * * 0-6 +permissions: + contents: write jobs: build-and-deploy: runs-on: ubuntu-latest