File tree 9 files changed +25
-7
lines changed
9 files changed +25
-7
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ on: # yamllint disable-line rule:truthy
10
10
merge_group :
11
11
types :
12
12
- " checks_requested"
13
+ permissions :
14
+ contents : " read"
13
15
env :
14
16
DOCKERHUB_PUBLIC_ACCESS_TOKEN : " dckr_pat_8AEETZWxu8f7FvJUk9NrpyX_ZEQ"
15
17
DOCKERHUB_PUBLIC_USER : " spicedbgithubactions"
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ on: # yamllint disable-line rule:truthy
12
12
merge_group :
13
13
types :
14
14
- " checks_requested"
15
+ permissions :
16
+ contents : " read"
15
17
jobs :
16
18
cla :
17
19
name : " Check Signature"
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ on: # yamllint disable-line rule:truthy
5
5
merge_group :
6
6
types :
7
7
- " checks_requested"
8
+ permissions :
9
+ contents : " read"
8
10
jobs :
9
11
triage :
10
12
runs-on : " depot-ubuntu-24.04-small"
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ on: # yamllint disable-line rule:truthy
10
10
merge_group :
11
11
types :
12
12
- " checks_requested"
13
+ permissions :
14
+ contents : " read"
13
15
jobs :
14
16
go-license-check :
15
17
name : " License Check"
Original file line number Diff line number Diff line change @@ -5,11 +5,13 @@ on: # yamllint disable-line rule:truthy
5
5
branches :
6
6
- " main"
7
7
permissions :
8
- contents : " write"
9
- packages : " write"
8
+ contents : " read"
10
9
jobs :
11
10
goreleaser :
12
11
runs-on : " depot-ubuntu-24.04-4"
12
+ permissions :
13
+ contents : " write"
14
+ packages : " write" # publish to GHCR
13
15
steps :
14
16
- uses : " actions/checkout@v4"
15
17
with :
Original file line number Diff line number Diff line change @@ -5,11 +5,13 @@ on: # yamllint disable-line rule:truthy
5
5
tags :
6
6
- " *"
7
7
permissions :
8
- contents : " write"
9
- packages : " write"
8
+ contents : " read"
10
9
jobs :
11
10
release-windows :
12
11
runs-on : " windows-latest"
12
+ permissions :
13
+ contents : " write"
14
+ packages : " write" # publish to GHCR
13
15
steps :
14
16
- uses : " actions/checkout@v4"
15
17
with :
Original file line number Diff line number Diff line change @@ -6,11 +6,13 @@ on: # yamllint disable-line rule:truthy
6
6
- " *"
7
7
workflow_dispatch :
8
8
permissions :
9
- contents : " write"
10
- packages : " write"
9
+ contents : " read"
11
10
jobs :
12
11
goreleaser :
13
12
runs-on : " depot-ubuntu-24.04-4"
13
+ permissions :
14
+ contents : " write"
15
+ packages : " write" # publish to GHCR
14
16
steps :
15
17
- uses : " actions/checkout@v4"
16
18
with :
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ on: # yamllint disable-line rule:truthy
10
10
merge_group :
11
11
types :
12
12
- " checks_requested"
13
+ permissions :
14
+ contents : " read"
13
15
env :
14
16
DOCKERHUB_PUBLIC_ACCESS_TOKEN : " dckr_pat_8AEETZWxu8f7FvJUk9NrpyX_ZEQ"
15
17
DOCKERHUB_PUBLIC_USER : " spicedbgithubactions"
Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ on: # yamllint disable-line rule:truthy
4
4
release :
5
5
types : ["created"]
6
6
permissions :
7
- contents : " write "
7
+ contents : " read "
8
8
jobs :
9
9
build :
10
10
name : " Build WASM"
11
11
runs-on : " depot-ubuntu-24.04-small"
12
+ permissions :
13
+ contents : " write"
12
14
steps :
13
15
- uses : " actions/checkout@v4"
14
16
with :
You can’t perform that action at this time.
0 commit comments