diff options
author | Allan Wang <me@allanwang.ca> | 2021-09-12 02:51:41 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2021-09-12 02:51:41 -0700 |
commit | 57f761d401dd23ec7699d21cfab174f4133f4cf3 (patch) | |
tree | 3714730d186edc1fc732b8fd0b6be78438918127 | |
parent | c9809793af3d4baa17cf943b94d8d6acbfeb8bc8 (diff) | |
download | frost-57f761d401dd23ec7699d21cfab174f4133f4cf3.tar.gz frost-57f761d401dd23ec7699d21cfab174f4133f4cf3.tar.bz2 frost-57f761d401dd23ec7699d21cfab174f4133f4cf3.zip |
Link octokit api
-rw-r--r-- | .github/workflows/android.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index c5401c5c..156d1d72 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -200,6 +200,7 @@ jobs: with: webhook: ${{ secrets.DISCORD_WEBHOOK }} # Frost Blue: 0xff3b5998 / 3889560 + # https://github.com/octokit/webhooks embed: '{"title":"Frost v{{ env.RELEASE_ID_NUMBER }}","color":3889560,"url":"{{ commit.url }}","author":{"name":"{{ github.context.payload.repository.owner.login }}","icon_url":"{{ github.context.payload.repository.owner.avatar_url }}"},"fields":[{"name":"Test Release","value":"{{ env.TEST_RELEASE_URL }}"},{"name":"Action CI","value":"https://github.com/{{ github.context.payload.repository.full_name }}/actions/runs/{{ env.RUN_ID }}"}]}' last-commit-only: false env: |