mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:13:29 +00:00
removed webhook for beta version
This commit is contained in:
17
.github/workflows/publish_early.yaml
vendored
17
.github/workflows/publish_early.yaml
vendored
@@ -58,19 +58,4 @@ jobs:
|
|||||||
changelog: 'Update'
|
changelog: 'Update'
|
||||||
env:
|
env:
|
||||||
STEAM_USERNAME: ${{ secrets.STEAM_USERNAME }}
|
STEAM_USERNAME: ${{ secrets.STEAM_USERNAME }}
|
||||||
STEAM_PASSWORD: ${{ secrets.STEAM_PASSWORD }}
|
STEAM_PASSWORD: ${{ secrets.STEAM_PASSWORD }}
|
||||||
- name: Discord notification
|
|
||||||
uses: tsickert/discord-webhook@v5.3.0
|
|
||||||
with:
|
|
||||||
webhook-url: ${{ secrets.DISCORD_WEBHOOK }}
|
|
||||||
username: ARMATAK
|
|
||||||
avatar-url: https://media.githubusercontent.com/media/${{ github.repository }}/main/files/picture.png
|
|
||||||
embed-title: ${{ github.repository }} Updated and Published
|
|
||||||
embed-url: 'https://github.com/${{ github.repository }}'
|
|
||||||
embed-description: Commit ${{ github.sha }} - ${{ github.event.head_commit.message }} authorized and updated on Steam Workshop!
|
|
||||||
embed-author-name: ${{ github.actor }}
|
|
||||||
embed-author-url: https://github.com/${{ github.actor }}
|
|
||||||
embed-author-icon-url: https://avatars.githubusercontent.com/${{ github.actor }}
|
|
||||||
embed-footer-icon-url: https://avatars.githubusercontent.com/${{ github.repository_owner }}
|
|
||||||
embed-footer-text: ${{ github.repository_owner }}
|
|
||||||
embed-color: 4849919
|
|
||||||
Reference in New Issue
Block a user