From 8e594cffabbfa17a3fbe2210c122d0f5942f73a4 Mon Sep 17 00:00:00 2001 From: nikodem Date: Fri, 8 Dec 2023 09:47:17 +0000 Subject: [PATCH] I hope this was the problem --- .github/workflows/cheatsheet.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cheatsheet.yml b/.github/workflows/cheatsheet.yml index f1fe274..9a7795c 100644 --- a/.github/workflows/cheatsheet.yml +++ b/.github/workflows/cheatsheet.yml @@ -2,6 +2,9 @@ name: cheatsheet on: [push, pull_request, workflow_dispatch] +permissions: + contents: write + jobs: cheatsheet: runs-on: ubuntu-latest