Skip to content

Commit

Permalink
ci(social-post): use org variable for discord avatar url
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Jan 22, 2025
1 parent a246dff commit 13fae62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/social-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: discord
uses: sarisia/actions-status-discord@v1
with:
avatar_url: ${{ secrets.ORG_LOGO_URL }}
avatar_url: ${{ vars.ORG_LOGO_URL }}256
color: 0x00ff00
description: ${{ inputs.body }}
nodetail: true
Expand Down

0 comments on commit 13fae62

Please sign in to comment.