Skip to content

Commit 4cfb279

Browse files
remove broken slack integration
1 parent 0ca20a1 commit 4cfb279

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/release.yml

-13
Original file line numberDiff line numberDiff line change
@@ -142,16 +142,3 @@ jobs:
142142
repository: 'datacite/mastino'
143143
branch: 'refs/heads/master'
144144
tags: false
145-
146-
- name: Notify Slack
147-
uses: edge/simple-slack-notify@master
148-
with:
149-
channel: '#ops'
150-
color: 'good'
151-
text: 'Version <https://github.com/${{ github.repository }}/releases/tag/${{ steps.extract_variables.outputs.GIT_TAG }}|${{ steps.extract_variables.outputs.GIT_TAG }}> of the Re3data API has been deployed to production.'
152-
failure_text: '${env.GITHUB_WORKFLOW} (${env.GITHUB_RUN_NUMBER}) build failed'
153-
fields: |
154-
[{ "title": "Committed by", "value": "<https://github.com/${{ github.repository }}/commits?author=${{ github.actor }}|${{ github.actor }}>", "short": true },
155-
{ "title": "Commit SHA", "value": "<https://github.com/${{ github.repository }}/commit/${{ steps.extract_variables.outputs.GIT_SHA }}|${{ steps.extract_variables.outputs.GIT_SHA_SHORT }}>", "short": true },
156-
{ "title": "Repository", "value": "<https://github.com/${{ github.repository }}|${{ github.repository }}>", "short": true },
157-
{ "title": "Release", "value": "<https://github.com/${{ github.repository }}/releases/tag/${{ steps.extract_variables.outputs.GIT_TAG }}|${{ steps.extract_variables.outputs.GIT_TAG }}>", "short": true }]

0 commit comments

Comments
 (0)