Skip to content

Commit 5cd2219

Browse files
Fix error on main build workflow
1 parent 5872e7b commit 5cd2219

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
build:
1717
needs: run_tests_first
1818
uses: WritePoetry/reusable-workflows/.github/workflows/build.yml@main
19+
permissions:
20+
contents: write
21+
packages: read
22+
actions: read
1923
secrets: inherit
2024

2125
call_shared_release:

0 commit comments

Comments
 (0)