Skip to content

Commit 2c05b47

Browse files
authored
fix(ci): Add correct workflow perms for package publishing (#191)
1 parent 37026c9 commit 2c05b47

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/clang-format-image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ env:
1919
REGISTRY: ghcr.io
2020
IMAGE_NAME: clang-format
2121

22+
permissions:
23+
contents: read
24+
packages: write
25+
2226
jobs:
2327
publish-image:
2428
name: clang-format ${{ matrix.version-pair.version }}

0 commit comments

Comments
 (0)