Skip to content

Merge pull request #31 from datacite/add-rails-7-support #23

Merge pull request #31 from datacite/add-rails-7-support

Merge pull request #31 from datacite/add-rails-7-support #23

Workflow file for this run

name: Build Ruby Gem
on:
push:
branches:
- "master"
jobs:
test:
uses: ./.github/workflows/ci.yml
secrets: inherit
notify:
needs: test
runs-on: ubuntu-latest
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
steps:
- name: Notify Slack
uses: adamkdean/[email protected]
with:
channel: '#ops'
username: 'GitHub Actions'
color: 'good'
text: 'A new version of the orcid_client gem has been built.'