diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d49fea2..1e6fdff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,7 +1,7 @@ on: release: types: [published] - +name: github-release-to-discord jobs: github-release-to-discord: runs-on: ubuntu-latest @@ -12,4 +12,7 @@ jobs: uses: ./ # Uses an action in the root directory id: release with: - webhook_url: ${{ secrets.WEBHOOK_URL }} \ No newline at end of file + webhook_url: ${{ secrets.WEBHOOK_URL }} + colour: "7766090" + username: "tes" + avatar_url: "https://i.imgur.com/UPbV3Nx.png" \ No newline at end of file