From 40ebe9395bf0cdc6ccf0b78541b524c2db0b9e95 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Tue, 25 Mar 2025 16:05:43 +0800 Subject: [PATCH] chore: add permissions for contents read in Deploy.yml --- .github/workflows/Deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 00339af..9d7ec3f 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -1,4 +1,6 @@ name: Build and push Docker image +permissions: + contents: read on: push: