Skip to content

Commit

Permalink
fix: add GITHUB_TOKEN to the run test step
Browse files Browse the repository at this point in the history
  • Loading branch information
trgiangdo committed Apr 9, 2024
1 parent 0df7d00 commit 92b0096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependencies-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
- name: Run tests on PR
uses: actions/github-script@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
script: |
github.rest.actions.createWorkflowDispatch({
owner: context.repo.owner,
Expand Down

0 comments on commit 92b0096

Please sign in to comment.