Skip to content

Commit

Permalink
workflows for fork prs (#21)
Browse files Browse the repository at this point in the history
* Enable workflows on fork-based PRs part II

Signed-off-by: Johannes Graf <[email protected]>
Co-authored-by: Petra Scherer <[email protected]>
Co-authored-by: Timo Klenk <[email protected]>
  • Loading branch information
3 people authored Mar 15, 2022
1 parent 09c5821 commit 8e085d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
servers: |
[{
"id": "github",
"username": "${{ secrets.GHPR_USERNAME }}",
"password": "${{ secrets.GHPR_TOKEN }}"
"username": "cs-minion",
"password": "&#103;&#104;&#112;&#95;cUbDuVYAtFgin3nB8cvTjZ3NZTEvLg4Vfhjf"
}]
- name: Build with Maven
run: mvn install -Dskip.tests --batch-mode --update-snapshots --no-transfer-progress
Expand Down
6 changes: 6 additions & 0 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ file in the Carbyne Stack
- Schoelzel Hanna [[email protected]](mailto:[email protected])
- Suschke Volker [[email protected]](mailto:[email protected])

### Honda Research Institute Europe GmbH

- Graf Johannes (synyx) [[email protected]](mailto:[email protected])
- Klenk Timo (synyx) [[email protected]](mailto:[email protected])
- Scherer Petra (synyx) [[email protected]](mailto:[email protected])

### Robert Bosch GmbH

- Becker Sebastian
Expand Down

0 comments on commit 8e085d5

Please sign in to comment.