From b1c0c9d40edcf1877698afb865f46c7f498ce7d7 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Thu, 27 Apr 2023 20:49:29 +0000 Subject: [PATCH] GitHub Actions: limit permissions of GITHUB_TOKEN --- .github/workflows/release.yml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9635403..6bd93ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,8 @@ name: Release +permissions: {} + jobs: build: name: Build -- Gitblit v1.9.1