On Github Action
You can use pollapo install
in github action.
Here is an example of workflow using pollapo-install
action.
- name: Pollapo Install
uses: riiid/pollapo-install@v1
with:
token: ${{ secrets.GITHUB_OAUTH_TOKEN }} # Required for pulling from Gihtub repository
out-dir: .pollapo # Optional. defaults to .pollapo
config: pollapo.yml # Optional. defaults to pollapo.yml
working-directory: . # Optional. defaults to .