From cdce591fad1d949490f43851a9e6bb3e57bb2ab2 Mon Sep 17 00:00:00 2001 From: Katy DeCorah Date: Wed, 19 Jun 2024 19:57:17 -0400 Subject: [PATCH] Update workflows --- .github/workflows/metadata-advanced.yml | 4 ++++ .github/workflows/metadata-own-template.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/metadata-advanced.yml b/.github/workflows/metadata-advanced.yml index c9ad6fb..5b95e6d 100644 --- a/.github/workflows/metadata-advanced.yml +++ b/.github/workflows/metadata-advanced.yml @@ -1,5 +1,9 @@ name: Seasonal metadata post +# Grant the action permission to write to the repository +permissions: + contents: write + on: workflow_dispatch: schedule: diff --git a/.github/workflows/metadata-own-template.yml b/.github/workflows/metadata-own-template.yml index 7b2d768..9777331 100644 --- a/.github/workflows/metadata-own-template.yml +++ b/.github/workflows/metadata-own-template.yml @@ -1,5 +1,9 @@ name: Uses a custom markdown template (`post-template`) and customizes the `posts-directory`, with a manual workflow trigger. +# Grant the action permission to write to the repository +permissions: + contents: write + on: workflow_dispatch: inputs: