Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 committed Nov 27, 2024
1 parent 81ca4a6 commit 164f938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Checkout
uses: Brightspace/third-party-actions@actions/checkout
with:
persist-credentials: false
token: ${{github.triggering_actor == 'devpow112' && secrets.PR_MANAGE_TOKEN || github.token}}
- name: Set up node
uses: Brightspace/third-party-actions@actions/setup-node
with:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
run: gh pr review --approve "$PULL_REQUEST_NUMBER"
env:
PULL_REQUEST_NUMBER: ${{github.event.number}}
GITHUB_TOKEN: ${{secrets.PR_MANAGE_TOKEN}}
GITHUB_TOKEN: ${{github.token}}
test:
name: Test
timeout-minutes: 5
Expand Down

0 comments on commit 164f938

Please sign in to comment.