Skip to content

Commit

Permalink
issue #4: use PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Dec 21, 2023
1 parent 627e297 commit d2b7de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-lint-test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ jobs:
git config --global user.email "[email protected]"
git add -A
git commit -m "Update threshold value in workflow"
git push
git -c http.extraHeader="AUTHORIZATION: basic $(echo -n username:${{ secrets.TOKEN_COMMIT_PR }} | base64)" push

0 comments on commit d2b7de3

Please sign in to comment.