Skip to content

Commit

Permalink
Update .github/workflows/build-and-review-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
forky-asks-a-question authored Mar 22, 2024
1 parent 4478dec commit ff91925
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-and-review-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
- name: Create ${{ github.event.pull_request.head.repo.fork && 'an error' || 'a pending' }} commit status
uses: actions/github-script@v7
with:
github-token: ${{ secrets.PIPELINE_BOT_PAT }} # This is an org-level secret
script: |
const isFork = ${{ github.event.pull_request.head.repo.fork }};
github.rest.repos.createCommitStatus({
Expand Down

0 comments on commit ff91925

Please sign in to comment.