Skip to content

Commit 2f786f6

Browse files
committed
fix: workflow permissions
1 parent cdf6a53 commit 2f786f6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/build-dev.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- "dev"
77
- "next"
88

9+
permissions:
10+
contents: read
11+
packages: write
12+
913
env:
1014
IMAGE_NAME: pasarguard/${{ github.event.repository.name }}
1115

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
permissions:
88
contents: write
9+
packages: write
910

1011
env:
1112
IMAGE_NAME: pasarguard/${{ github.event.repository.name }}

0 commit comments

Comments
 (0)