Skip to content

Commit

Permalink
Merge pull request #159 from datacite/fix-workflows
Browse files Browse the repository at this point in the history
Remove broken slack notification in workflows
  • Loading branch information
digitaldogsbody authored Sep 27, 2023
2 parents 4a29b93 + 05bc866 commit 5f09771
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,3 @@ on:
jobs:
ci:
uses: ./.github/workflows/ci.yml
build:
needs: ci
runs-on: ubuntu-latest
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
steps:
- name: Notify Slack
uses: adamkdean/simple-slack-notify@1.0.4
with:
channel: '#ops'
username: 'GitHub Actions'
color: 'good'
text: 'A new version of the bolognese gem is ready for release.'

10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
build:
needs: ci
runs-on: ubuntu-latest
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 2.6
Expand All @@ -32,11 +30,3 @@ jobs:
gem push *.gem
env:
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}"

- name: Notify Slack
uses: adamkdean/simple-slack-notify@1.0.4
with:
channel: '#ops'
username: 'GitHub Actions'
color: 'good'
text: 'A new version of the bolognese gem has been released.'

0 comments on commit 5f09771

Please sign in to comment.