Skip to content

Commit ba282c3

Browse files
committed
Allow publish job to write packages.
1 parent d11ae34 commit ba282c3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-package.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
build-test-and-publish:
88
runs-on: ubuntu-latest
99
container: node:20
10+
permissions:
11+
packages: write
1012
services:
1113
redis:
1214
image: redis:7.0

0 commit comments

Comments
 (0)