Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
Add missing env to bring back bundle-size-cli PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
notlee committed Jul 3, 2020
1 parent 1436d09 commit 9650f55
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test-origami-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ jobs:
- name: Repository name
id: repo_name
run: echo ::set-output name=REPO_NAME::${GITHUB_REPOSITORY/*\//}
- uses: jwalton/gh-find-current-pr@v1
id: findPr
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: npx origami-ci branch
env:
ORIGAMI_CI_NAME: ${{ steps.repo_name.outputs.REPO_NAME }}
ORIGAMI_CI_VERSION: 0.0.0
ORIGAMI_PULL_REQUEST: ${{ steps.findPr.outputs.pr }}
GITHUB_TOKEN: ${{ secrets.ORIGAMI_FOX_ACCESS_TOKEN }}
ORIGAMI_PULL_REQUEST: ${{ github.event.pull_request.html_url }}

0 comments on commit 9650f55

Please sign in to comment.