Skip to content

Commit 82d0ad2

Browse files
authored
quick fix and cleanup (#12)
* quick fix and cleanup * fixed title * clean-up of templates * maven install with gpg * Enviromental variable naming mistake
1 parent ea1ec66 commit 82d0ad2

File tree

690 files changed

+18
-163181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

690 files changed

+18
-163181
lines changed

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ labels: ''
66
assignees: ''
77

88
---
9-
10-
Hi! Thank you for opening up an issue with us! This repo contains autogenerated code, and changes need to be on our upstream source. Please open a [support ticket](https://support.bandwidth.com/) to reach out to us!
9+
Leave a comment!
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
#!/bin/sh
22

3+
gpg --quiet --batch --yes --passphrase=$GPG_KEY_PASSPHRASE --output ./.github/secrets/private.key --decrypt ./.github/secrets/private.key.enc
4+
5+
gpg --import ./.github/secrets/private.key
6+
gpg --import ./.github/secrets/public.key
7+
38
mvn install

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Hi! Thank you for opening a pull request! Unfortunately, this repo contains autogenerated code so your change will be lost in the next update. Please open a [support ticket](https://support.bandwidth.com/) to reach out to us!
1+
Leave a comment!

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
env:
1818
MVN_USERNAME: ${{ secrets.MVN_USERNAME }}
1919
MVN_PASSWORD: ${{ secrets.MVN_PASSWORD }}
20-
GPG_KEY_PASSPHRASE: ${{ secrets.GPG_KEY_PASSPHRASE }}
20+
GPG_KEY_PASSPHRASE: ${{ secrets.PRIVATE_KEY_PASSPHRASE }}

.github/workflows/main.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
name: Deploy to Maven
1+
name: Check SDK
22

33
on:
44
pull_request:
55
branches:
66
- main
77

88
jobs:
9-
deploy-java:
10-
name: Push the Java SDK Maven
9+
maven-install-java:
10+
name: Maven Install
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v1
1515
- name: Java Maven Install
1616
uses: ./.github/actions/maven-install
17+
env:
18+
GPG_KEY_PASSPHRASE: ${{ secrets.PRIVATE_KEY_PASSPHRASE }}

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.idea
2+
target
3+
4+
*.iml
5+
*.class

target/apidocs/allclasses-index.html

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

target/apidocs/allpackages-index.html

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

0 commit comments

Comments
 (0)