add new secret
This commit is contained in:
@@ -10,12 +10,6 @@ inputs:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: build
|
default: build
|
||||||
token:
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
to:
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
@@ -35,8 +29,8 @@ runs:
|
|||||||
- name: Notify VK Teams
|
- name: Notify VK Teams
|
||||||
uses: dosymep/vk-teams-action@v1.0.0
|
uses: dosymep/vk-teams-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
token: ${{ inputs.token }}
|
token: ${{ secrets.VK_TEAMS_BOT_TOKEN }}
|
||||||
to: ${{ inputs.to }}
|
to: ${{ secrets.VK_TEAMS_CHAT_ID }}
|
||||||
format: MarkdownV2
|
format: MarkdownV2
|
||||||
message: |
|
message: |
|
||||||
*${{ github.repository }}* \- \[${{ inputs.name }}\]\(${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }}\) \
|
*${{ github.repository }}* \- \[${{ inputs.name }}\]\(${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }}\) \
|
||||||
|
|||||||
Reference in New Issue
Block a user