From 5527160424c76fba0d8d608af28301e603908db0 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sun, 14 Dec 2025 15:43:03 -0500 Subject: [PATCH] give job needed permissions --- .github/workflows/cd.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6c5f1225..c28a911b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -5,7 +5,10 @@ on: tags: - '*' workflow_dispatch: - + +permissions: + contents: write + jobs: release: strategy: