Skip to content

Commit 728aa55

Browse files
workflows: fix release attach assets
Small fix release attach assets. Signed-off-by: Giacomo Dematteis <giacomo.dematteis@nordicsemi.no>
1 parent e902340 commit 728aa55

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/attach_release_assets.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
jobs:
1313
build:
1414
uses: ./.github/workflows/build.yml
15+
permissions:
16+
contents: write
17+
pull-requests: write
1518
secrets: inherit
1619
with:
1720
build_debug: true

0 commit comments

Comments
 (0)