We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1731380 + fe319b9 commit 847cccbCopy full SHA for 847cccb
.github/workflows/go-mod-fix.yaml
@@ -6,6 +6,8 @@ on:
6
7
jobs:
8
go-mod-fix:
9
+ permissions:
10
+ contents: write
11
runs-on: ubuntu-latest
12
steps:
13
- name: checkout
.github/workflows/jepsen-test.yml
@@ -4,6 +4,8 @@ concurrency:
4
group: ${{ github.workflow }}-${{ github.ref }}-jepsen-test
5
name: Jepsen Test
+permissions:
+ contents: read
test:
0 commit comments