Skip to content

Commit

Permalink
Try fixing IPR check (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo authored Jun 24, 2024
1 parent 47b859a commit ef1d73b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ipr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: node scripts/ipr-check.js tc39/source-map-spec ${{ github.event.pull_request.head.sha || 'HEAD' }}
- run: node scripts/ipr-check.js tc39/source-map ${{ github.event.pull_request.head.sha || 'HEAD' }}
env:
# This is a classic token with 'read:org' permission
GH_TOKEN: ${{ secrets.GH_IPR_TOKEN }}
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}

0 comments on commit ef1d73b

Please sign in to comment.