Skip to content

Commit

Permalink
Use GITHUB_TOKEN on pip-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
JAVGan committed Aug 20, 2024
1 parent 0234e06 commit c433135
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pip-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
COMMIT_MESSAGE: 'chore: scheduled pip-compile'
COMMIT_NAME: 'GitHub Actions'
COMMIT_EMAIL: '[email protected]'
GITHUB_TOKEN: ${{ secrets.PIP_COMPILE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_BRANCH_PREFIX: deps/
PR_BRANCH_NAME: 'pip-compile'
PR_TITLE: 'chore: scheduled pip-compile'
Expand All @@ -39,3 +39,6 @@ jobs:
This change will be submitted automatically within a few days if all checks have
succeeded.'


GITHUB_TOKEN

0 comments on commit c433135

Please sign in to comment.