Skip to content

.github/workflows/update-files.yml #27048

.github/workflows/update-files.yml

.github/workflows/update-files.yml #27048

Workflow file for this run

on:
schedule:
- cron: '30 */1 * * *'
jobs:
update-files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec github_importer.rb
env:
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}