Skip to content

Commit bbba8c9

Browse files
authored
Merge pull request #352 from TheGameProfi/feat/add-github-registry
fix(ci): add permissions package write
2 parents 75b9059 + 6771dd0 commit bbba8c9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ env:
1313
REGISTRY: ghcr.io
1414
IMAGE_NAME: ${{ github.repository }}
1515

16+
permissions:
17+
contents: read
18+
packages: write
1619

1720
jobs:
1821
test-and-build:

0 commit comments

Comments
 (0)