File tree Expand file tree Collapse file tree 2 files changed +3
-16
lines changed Expand file tree Collapse file tree 2 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 3
3
4
4
name : Release (patch)
5
5
6
- permissions :
7
- # Push release branch and publish release.
8
- contents : write
9
- # Publish to GHCR.
10
- packages : write
11
- # "Keyless" container signing and Azure login.
12
- id-token : write
13
- # GitHub pages publish.
14
- pages : write
6
+ permissions : {}
15
7
16
8
on :
17
9
# Allow pipeline to be run manually.
Original file line number Diff line number Diff line change 3
3
4
4
name : Release (preview)
5
5
6
- permissions :
7
- contents : read
8
- # "Keyless" container signing and Azure login.
9
- id-token : write
10
- # Publish to GHCR.
11
- packages : write
6
+ permissions : {}
12
7
13
8
on :
14
9
# Allow pipeline to be run manually.
34
29
# "Keyless" container signing
35
30
id-token : write
36
31
# Publish to GHCR.
37
- packages : write
32
+ packages : write
You can’t perform that action at this time.
0 commit comments