Skip to content

Commit

Permalink
Add release webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
Kas-tle authored Apr 16, 2024
1 parent f7b1219 commit 4252883
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ jobs:
if-no-files-found: error
- name: Make release
id: release
uses: Kas-tle/base-release-action@95bf169cd0975b3fba91535309d416801aa97a38
uses: Kas-tle/base-release-action@b863fa0f89bd15267a96a72efb84aec25f168d4c
with:
files: |
build/libs/ProxyPass.jar
appID: ${{ secrets.RELEASE_APP_ID }}
appPrivateKey: ${{ secrets.RELEASE_APP_PK }}
discordWebhook: ${{ secrets.DISCORD_WEBHOOK }}

upload-logs:
name: Upload Logs
Expand All @@ -64,4 +65,4 @@ jobs:
- uses: Kas-tle/release-build-log-action@46873b93db54b63e3d412ff7be96261c3593674c
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
releaseID: ${{ needs.release.outputs.release_id }}
releaseID: ${{ needs.release.outputs.release_id }}

0 comments on commit 4252883

Please sign in to comment.