Skip to content

Commit

Permalink
fix(ci): Add correct workflow perms for package publishing (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed May 18, 2024
1 parent 37026c9 commit 2c05b47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/clang-format-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: clang-format

permissions:
contents: read
packages: write

jobs:
publish-image:
name: clang-format ${{ matrix.version-pair.version }}
Expand Down

0 comments on commit 2c05b47

Please sign in to comment.