diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 499dcc7..2ab2e91 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -6,6 +6,9 @@ on: push: branches: [ main ] +permissions: + contents: read + jobs: test: name: Run Go Tests diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 29a4f3a..6a90dbf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,6 +2,9 @@ on: release: types: [created] +permissions: + contents: write + jobs: releases-matrix: name: Release Go Binary