welcome new text #466
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Dashboard | |
on: | |
push: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: allanwsilva/check-pending-tasks@v1.0.0 | |
with: | |
sendgrid-from-email: valid@email.com | |
email-subject: "Check out these Github tasks assigned to you that are still pending" | |
env: | |
GITHUB_TOKEN: ${{ secrets.NOVUM_PRIVATE_REPOS }} | |
SENDGRID_API_KEY: ${{ secrets.SENDGRID_API_KEY }} |