Skip to content

Install Chrome and Chromedriver from Chrome for Testing #33

Install Chrome and Chromedriver from Chrome for Testing

Install Chrome and Chromedriver from Chrome for Testing #33

on: push
env:
TOKEN: ${{ secrets.GH_PAT }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
curl -i -u jeanpaulrsoucy:$TOKEN \
-X POST \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/ccodwg/Covid19CanadaBot/actions/workflows/docker-ccodwg-update.yml/dispatches \
-d '{"ref":"main"}'