Skip to content

Commit 847cccb

Browse files
authored
Merge branch 'main' into alert-autofix-4
2 parents 1731380 + fe319b9 commit 847cccb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/go-mod-fix.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66

77
jobs:
88
go-mod-fix:
9+
permissions:
10+
contents: write
911
runs-on: ubuntu-latest
1012
steps:
1113
- name: checkout

.github/workflows/jepsen-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ concurrency:
44
group: ${{ github.workflow }}-${{ github.ref }}-jepsen-test
55

66
name: Jepsen Test
7+
permissions:
8+
contents: read
79
jobs:
810
test:
911
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)