This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
UpdateProjectsJSON #24373
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: UpdateProjectsJSON | |
on: | |
schedule: | |
- cron: '0 */1 * * *' | |
workflow_dispatch: | |
jobs: | |
update: | |
runs-on: self-hosted | |
steps: | |
- name: Fetch git repository | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
ssh-key: ${{ secrets.LINARO_BUILD_KEY }} | |
path: website | |
- name: Update projects data | |
run: cd /srv/github-action-scripts && pipenv run python project_json_from_cloud.py |