Skip to content

Commit 174d371

Browse files
committed
build: fix release workflow
1 parent bda5ddc commit 174d371

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Release
33
on:
44
workflow_dispatch:
55

6-
jobs:
6+
permissions:
7+
actions: read
8+
contents: write
9+
security-events: write
710

8-
Run-Tests:
9-
uses: ./.github/workflows/verify.yaml
10-
secrets: inherit
11+
jobs:
1112

1213
Release:
13-
needs: [ Run-Tests ]
1414
uses: eclipse-edc/.github/.github/workflows/release.yml@main
1515
secrets: inherit

0 commit comments

Comments
 (0)