Skip to content

Commit 162d6e5

Browse files
committed
more actions
1 parent fdf279f commit 162d6e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ on:
1212

1313
jobs:
1414
build:
15-
1615
runs-on: ubuntu-latest
16+
permissions:
17+
contents: read
18+
packages: write
1719

1820
steps:
1921
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)