Gigi/awake yet action #2
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: Are They Awake Yet | |
on: [issues, pull_request] | |
jobs: | |
are-they-awake-yet: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Are They Awake Yet? | |
uses: hummusonrails/[email protected] | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | |
GOOGLE_API_KEY: "${{ secrets.GOOGLE_API_KEY }}" |