diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-23 22:12:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-23 22:12:34 -0500 |
commit | 454277811ac0697be69bcc4a0a9da3159612508a (patch) | |
tree | 76b6496bcd485f89fb77ae6374fddd29f1741387 | |
parent | 1681d375f38a52a08c495354d7075736da67aeba (diff) |
allow commits from workflos
-rw-r--r-- | .github/workflows/go.yml | 3 |
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: |