diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index dafa98ba..83c38c22 100755 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -11,6 +11,7 @@ jobs: with: title: "Pipeline is starting" webhook: ${{ secrets.DISCORD_WEBHOOK }} + avatar_url: "https://git.luker.fr/assets/img/logo.svg" detect-changed-files: runs-on: ubuntu-latest outputs: @@ -94,4 +95,5 @@ jobs: with: title: "Pipeline has completed successfully" status: - webhook: ${{ secrets.DISCORD_WEBHOOK }} \ No newline at end of file + webhook: ${{ secrets.DISCORD_WEBHOOK }} + avatar_url: "https://git.luker.fr/assets/img/logo.svg" \ No newline at end of file