From f3c0d61da1724b21b430d13d1eca288abda44c05 Mon Sep 17 00:00:00 2001 From: LilliaElaine <7863608+LilliaElaine@users.noreply.github.com> Date: Tue, 21 Oct 2025 18:01:06 -0400 Subject: [PATCH] clean up workflow and lower perms --- .github/workflows/go.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a2098ea..db6e0e7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,13 +5,12 @@ name: build on: create: - workflow_dispatch: - branches: ["main"] push: branches: ["main"] pull_request: branches: ["main"] -permissions: write-all +permissions: + contents: write jobs: build: runs-on: ubuntu-latest