Skip to content

Commit c132b65

Browse files
authored
fix: build package (#5529)
1 parent 815964a commit c132b65

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/package.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ jobs:
8787
runs-on: ubuntu-latest
8888
needs:
8989
- package-frontend
90+
permissions:
91+
contents: read
92+
packages: write
9093
outputs:
9194
frontend-image-tag: ${{ steps.outputs.outputs.frontend-image-tag }}
9295
steps:
@@ -212,6 +215,9 @@ jobs:
212215
runs-on: ubuntu-latest
213216
needs:
214217
- package-server
218+
permissions:
219+
contents: read
220+
packages: write
215221
outputs:
216222
server-image-tag: ${{ steps.outputs.outputs.server-image-tag }}
217223
steps:

0 commit comments

Comments
 (0)