From fc98ac8c596f67f30a1bcd6e4dede2b88271ecde Mon Sep 17 00:00:00 2001 From: foundcake Date: Fri, 25 Jul 2025 17:27:41 +0900 Subject: [PATCH] setup permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/gotest.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/gotest.yml b/.github/workflows/gotest.yml index 2d6d703..5d53447 100644 --- a/.github/workflows/gotest.yml +++ b/.github/workflows/gotest.yml @@ -1,5 +1,8 @@ name: Go Test +permissions: + contents: read + on: push: branches: [ "master" ]