Skip to content

Commit

Permalink
Fix send–comment pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored May 4, 2022
1 parent 23f00d8 commit 6745f30
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,10 @@ jobs:
with:
aws-region: us-west-1
role-to-assume: arn:aws:iam::342840881361:role/SandboxUser
- uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
env:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
GOOGLE_APPLICATION_CREDENTIALS_DATA:
${{ secrets.GOOGLE_APPLICATION_CREDENTIALS_DATA }}
REPO_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: |
echo 'Check container!' > report.md
vl2png assets/vega-lite.json | cml-publish --md >> report.md
vl2svg assets/vega-lite.json | cml publish --md >> report.md
vl2png assets/vega-lite.json | cml-publish --md /dev/stdin >> report.md
vl2svg assets/vega-lite.json | cml publish --md /dev/stdin >> report.md
REPO_TOKEN= cml-send-github-check report.md
GITHUB_TOKEN= cml send-comment report.md
GITHUB_TOKEN= cml runner \
Expand Down

1 comment on commit 6745f30

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.