Skip to content

Commit ac03bb1

Browse files
authored
ci: pass secrets to testing build workflow (#262)
1 parent ea1f7f2 commit ac03bb1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/testing-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: Testing build (on PR)
22

33
on:
44
pull_request:
5-
branches: [ main ]
6-
types: [ labeled, opened, synchronize, reopened ]
5+
branches: [main]
6+
types: [labeled, opened, synchronize, reopened]
77

88
jobs:
99
call-testing-build-workflow:
1010
uses: FossifyOrg/.github/.github/workflows/testing-build.yml@main
11+
secrets: inherit

0 commit comments

Comments
 (0)