Skip to content

Commit 9129995

Browse files
Merge pull request #1 from workato/OPA-319-add-ci
OPA-320 Maintain commons-daemon fork
2 parents 5ead75b + 260e9de commit 9129995

9 files changed

Lines changed: 103 additions & 394 deletions

.github/GH-ROBOTS.txt

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/codeql-analysis-cpp.yml

Lines changed: 0 additions & 89 deletions
This file was deleted.

.github/workflows/codeql-analysis-java.yml

Lines changed: 0 additions & 85 deletions
This file was deleted.

.github/workflows/coverage.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.github/workflows/maven.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

.github/workflows/on-push.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Build Windows Service Wrapper
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
8+
jobs:
9+
build:
10+
uses: ./.github/workflows/workflow-build.yml
11+
secrets:
12+
OPA_SIGNING_KEY_SSL_COM_P12_BASE64: 'abcd'
13+
OPA_SIGNING_KEY_SSL_COM_PWD: 'dbca'

0 commit comments

Comments
 (0)