summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-11-23 22:12:34 -0500
committerGitHub <noreply@github.com>2024-11-23 22:12:34 -0500
commit454277811ac0697be69bcc4a0a9da3159612508a (patch)
tree76b6496bcd485f89fb77ae6374fddd29f1741387 /.github/workflows
parent1681d375f38a52a08c495354d7075736da67aeba (diff)
allow commits from workflos
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/go.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 60635d5..c22766d 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -9,6 +9,9 @@ on:
pull_request:
branches: [ "master" ]
+permissions:
+ contents: write
+
jobs:
build: