Skip to content

process-submissions #470

process-submissions

process-submissions #470

Workflow file for this run

# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
schedule:
- cron: '0 23 * * *'
workflow_dispatch:
name: process-submissions
jobs:
docker:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
container: rocker/geospatial:latest
steps:
- uses: actions/checkout@v3
- name: Install
shell: Rscript {0}
run: |
remotes::install_github("eco4cast/score4cast")
remotes::install_github("cboettig/aws.s3")
install.packages("here")
- name: Process submissions
shell: Rscript {0}
run: |
source("process_submissions.R")