Skip to content

Commit 62cd88b

Browse files
authored
chore(ci): add permissions to fix publish action
1 parent 20577f1 commit 62cd88b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
jobs:
88
build-and-publish:
99
runs-on: ubuntu-latest
10+
11+
permissions:
12+
contents: read
13+
id-token: write
14+
1015
services:
1116
redis:
1217
image: redis
@@ -21,6 +26,7 @@ jobs:
2126
- 7003:7003
2227
- 7004:7004
2328
- 7005:7005
29+
2430
strategy:
2531
matrix:
2632
node-version: [lts/*]

0 commit comments

Comments
 (0)