Skip to content

Commit c6cdd05

Browse files
authored
Update test.yml
Signed-off-by: SchulzeStTSI <[email protected]>
1 parent 45fc943 commit c6cdd05

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@ on:
66
pull_request:
77
branches: [main]
88
workflow_dispatch:
9-
9+
10+
permissions:
11+
contents: read
12+
actions: write
13+
1014
jobs:
1115
call-go-tests:
1216
uses: eclipse-xfsc/dev-ops/.github/workflows/go-test.yml@main
17+
secrets: inherit
1318
with:
1419
go-version: '1.24'

0 commit comments

Comments
 (0)