From 7fdaccf7fe034086b67ba87e816d067616edddb0 Mon Sep 17 00:00:00 2001 From: sciome-bot Date: Fri, 12 Jan 2024 19:53:03 -0500 Subject: [PATCH] Enable write permissions for the release workflow --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f7bddc0..f841f9d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,6 +7,9 @@ # additional example workflows available for the R community. name: Release New version + +permissions: + contents: write on: push: