From c278e73a1d376680d741b2aed7736eb840a9f274 Mon Sep 17 00:00:00 2001 From: SunBK201 Date: Wed, 29 Oct 2025 13:11:49 +0800 Subject: [PATCH] chore: add permissions section to release workflow --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 234870f..e87bb0c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,5 +1,8 @@ name: Build and Push Docker Image +permissions: + contents: read + on: workflow_dispatch: push: