Skip to content

Commit

Permalink
Create awake-yet-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hongzhi5 authored May 9, 2024
1 parent dcda6d1 commit 7f5a9e9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/awake-yet-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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/awake-yet-action@v0.1.0
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GOOGLE_API_KEY: "${{ secrets.GOOGLE_API_KEY }}"

0 comments on commit 7f5a9e9

Please sign in to comment.