infra: set up CI #7

Merged
mcataford merged 23 commits from infra/cicd into main 2021-07-17 16:30:27 +00:00
Showing only changes of commit 16c0ec504a - Show all commits

View file

@ -86,7 +86,7 @@ jobs:
- name: Report - name: Report
uses: actions/github-script@v2 uses: actions/github-script@v2
env: env:
DRAFT_URL: steps.preview-deploy.outputs.draft-url DRAFT_URL: ${{ steps.preview-deploy.outputs.draft-url }}
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
script: | script: |