Skip to content

Commit

Permalink
Revert "Use GITHUB_TOKEN on pip-compile"
Browse files Browse the repository at this point in the history
This reverts commit 3d3a35e.
  • Loading branch information
JAVGan committed Aug 21, 2024
1 parent 3d3a35e commit 499231a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PIP_COMPILE_TOKEN }}
PR_BRANCH_PREFIX: deps/
PR_BRANCH_NAME: 'pip-compile'
PR_TITLE: 'chore: scheduled pip-compile'
Expand Down

0 comments on commit 499231a

Please sign in to comment.