From e51cc35aafaa3d25498187a4112e7619e2b8ac2c Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Mon, 11 Mar 2024 15:35:25 -0600 Subject: [PATCH] Fix readme to have permissions in correct place (#26) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9d3fb21..73edb91 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ name: Github Action with a cronjob trigger on: schedule: - cron: "0 0 * * *" - permissions: - actions: write +permissions: + actions: write jobs: cronjob-based-github-action: name: Cronjob based github action @@ -66,8 +66,8 @@ name: Github Action with a cronjob trigger on: schedule: - cron: "0 0 * * *" - permissions: - contents: write +permissions: + contents: write jobs: cronjob-based-github-action: name: Cronjob based github action