Skip to content

Commit

Permalink
ci: Pass the correct GitHub token (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Mar 2, 2023
1 parent 148a7bb commit f71e30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/requirement-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ jobs:
if: env.requirement_checker_changed == 'true'
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_SECRETS }}
token: ${{ secrets.GITHUB_TOKEN }}
branch-suffix: random
delete-branch: true
title: "Update the RequirementChecker"
Expand Down

0 comments on commit f71e30c

Please sign in to comment.