Skip to content

ci: add PR Monday Notifier workflow #2

ci: add PR Monday Notifier workflow

ci: add PR Monday Notifier workflow #2

---
name: PR Monday Notifier
on:
pull_request:
types: [opened, reopened, ready_for_review, edited, closed]
pull_request_review:
types: [submitted]
jobs:
notify-monday:
uses: fiverr/github_workflows/.github/workflows/pr-monday-notifier.yml@master

Check failure on line 12 in .github/workflows/pr-monday-notifier.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-monday-notifier.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-monday-notifier.yml" -> "fiverr/github_workflows/.github/workflows/pr-monday-notifier.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
MONDAY_API_TOKEN: ${{ secrets.MONDAY_API_TOKEN }}
GITHUBOT_TOKEN: ${{ secrets.GITHUBOT_TOKEN }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}