Skip to content

Commit

Permalink
chore: use slack webhook url
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode committed Sep 28, 2023
1 parent 9824b95 commit 8864984
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/java-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ env:
PUBLISH_REPO_USERNAME: ${{ secrets.OSSRH_USERNAME }}
SIGNING_KEY: ${{ secrets.JAVA_SIGNING_KEY }}
SIGNING_KEY_ID: ${{ secrets.JAVA_SIGNING_KEY_ID }}
SIGNING_PASSWORD: ${{ secrets.JAVA_SIGNING_PASSWORD }}\
SIGNING_PASSWORD: ${{ secrets.JAVA_SIGNING_PASSWORD }}

SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
jobs:
publish-sdks:
name: Publish ${{ matrix.language }} SDK
Expand Down

0 comments on commit 8864984

Please sign in to comment.