Skip to content

CI

CI #3424

Workflow file for this run

name: CI
on:
schedule:
- cron: '0 */12 * * *'
jobs:
build:
name: 'stargazed update'
runs-on: ubuntu-latest
steps:
- name: 'Use GitHub Actions'
uses: actions/checkout@v1
- name: 'Use Node.js 10.x'
uses: actions/setup-node@v1
with:
node-version: 10.x
- name: 'Install Package'
run: 'npm install --global stargazed'
- name: 'Update Repo'
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
run: 'stargazed --username "luismanfroni" --token ${GITHUB_TOKEN} --repo "awesome-stars" --message "stargazed update by GitHub Actions Workflow" --sort'