From 7f5a9e9eab6fc9bcc2bb3ad25d0c23fd031bfc8c Mon Sep 17 00:00:00 2001 From: Gigi Hu <97701063+hongzhi5@users.noreply.github.com> Date: Wed, 8 May 2024 22:31:21 -0500 Subject: [PATCH] Create awake-yet-action.yml --- .github/workflows/awake-yet-action.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/awake-yet-action.yml diff --git a/.github/workflows/awake-yet-action.yml b/.github/workflows/awake-yet-action.yml new file mode 100644 index 000000000..d9958b4e1 --- /dev/null +++ b/.github/workflows/awake-yet-action.yml @@ -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 }}"