Skip to content

Commit

Permalink
Meta: use specific github token for IPR check
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 3, 2022
1 parent 42a19dd commit 0981442
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ipr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: 'ecma-262'

on: [pull_request_target, push]
on:
pull_request_target:
branches:
- '*'
push:
branches:
- main

jobs:
build:
Expand All @@ -16,5 +22,5 @@ jobs:
use-npm-ci: true
- run: 'npm run ipr-check'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_IPR_TOKEN }}
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}

0 comments on commit 0981442

Please sign in to comment.