Skip to content

github action for `pollapo install`

Notifications You must be signed in to change notification settings

riiid/pollapo-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pollapo Install

Github action workflow for pollapo install

Getting Started

# .github/workflows/my-workflow.yml
# ...
- name: Pollapo Install
  uses: riiid/pollapo-install@v2
  with:
    token: ${{ secrets.GITHUB_OAUTH_TOKEN }}  # required
    out-dir: .pollapo  # optional
    config: pollapo.yml  # optional
    working-directory: .  # optional
    env: ubuntu  # optional (ubuntu[default] / macOs)
# ...