From 9d6e375c99752577933a8c7fde006094048cc532 Mon Sep 17 00:00:00 2001 From: Niels Bertram Date: Sun, 26 Nov 2023 12:03:37 +1000 Subject: [PATCH] set job permissions --- .github/workflows/release-create-on-tag.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-create-on-tag.yml b/.github/workflows/release-create-on-tag.yml index f968848..bc40684 100644 --- a/.github/workflows/release-create-on-tag.yml +++ b/.github/workflows/release-create-on-tag.yml @@ -2,7 +2,10 @@ on: push: tags: - - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 + - "v*" # Push events to matching v*, i.e. v1.0, v20.15.10 + +permissions: + contents: write name: Create Release jobs: