Skip to content

Commit

Permalink
Added token and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Aveline-art authored Jul 8, 2021
1 parent 182c58d commit f777a74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update GitHub Data
# Run this action every day at 3am Pacific (11 am UTC)
on:
schedule:
- cron: '0 11 * * *'
- cron: '41 11,15 * * *'

jobs:
github_data:
Expand All @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
token: ${{ secrets.GH_BOT_TOKEN_1 }}

- name: GitHub Action for install npm dependencies
uses: bahmutov/npm-install@v1
Expand Down

0 comments on commit f777a74

Please sign in to comment.