Skip to content

Commit 0fa5071

Browse files
author
Tomasz Gągor
committed
fix(build): add permissions
1 parent 581aac4 commit 0fa5071

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717

1818
jobs:
1919
build:
20+
permissions:
21+
contents: read
22+
packages: write
2023
runs-on: ubuntu-latest
2124
steps:
2225
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)