Skip to content

Commit 38eb4bb

Browse files
authored
ci: fix github actions permissions (#1987)
1 parent d7a9ca6 commit 38eb4bb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: .github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99

1010
permissions:
1111
contents: read
12+
packages: write
13+
id-token: write
1214

1315
jobs:
1416
publish:

Diff for: .github/workflows/release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ on:
77
- release/*
88

99
permissions:
10-
contents: read
10+
contents: write
11+
pull-requests: write
12+
packages: write
13+
id-token: write
1114

1215
jobs:
1316
release_please:

0 commit comments

Comments
 (0)