Skip to content

Commit 63d4162

Browse files
committed
fix: add packages write permission at workflow level for ghcr.io
1 parent 17a14e6 commit 63d4162

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [ main, develop ]
88

9+
permissions:
10+
contents: read
11+
packages: write
12+
913
env:
1014
DOTNET_VERSION: '9.0.x'
1115
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true

0 commit comments

Comments
 (0)