From c52d3bdaf76e35983a5949ba364973d5a2457065 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Thu, 20 Feb 2025 21:35:18 -0500 Subject: [PATCH] ci(go-test): configure explicit permissions Signed-off-by: Chris Gianelloni --- .github/workflows/go-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 7d19a5f..d08cfac 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -8,6 +8,9 @@ on: - main pull_request: +permissions: + contents: read + jobs: go-test: name: go-test