From 89b6d612733e2116cf83085372ed69fc1e529630 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sun, 10 Dec 2023 21:22:43 +0100 Subject: [PATCH] Set workflow permissions. --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68e7d085f..70a5fa159 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,9 @@ on: # rebuild any PRs and main branch changes push: branches: - main - - 'releases/*' + +permissions: + contents: read jobs: build: # make sure build/ci work properly