Change tok

This commit is contained in:
2025-10-13 14:16:39 +03:00
parent 8b6a2591e5
commit d617b37876

View File

@@ -17,8 +17,8 @@ jobs:
env:
ICONS: '{"success":"✅","failure":"❌","canceled":"🤦","started":"⚠️"}'
with:
token: ${{ fromJSON(inputs.secrets).VK_TEAMS_BOT_TOKEN }}
to: ${{ fromJSON(inputs.secrets).VK_TEAMS_CHAT_ID }}
token: ${{ secrets.VK_TEAMS_BOT_TOKEN }}
to: ${{ secrets.VK_TEAMS_CHAT_ID }}
format: MarkdownV2
message: |
${{ github.repository }} \[${{inputs.name}}\]\(${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }}\) was ${{ inputs.result }} by ${{ github.event.sender.login }} ${{ fromJson(env.ICONS)[inputs.result] }}