Skip to content

Commit

Permalink
issue #4: remove PAT use
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Dec 21, 2023
1 parent b1ed291 commit 2c93d22
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 @@ -96,4 +96,4 @@ jobs:
git config --global user.email "[email protected]"
git add -A
git commit -m "Update threshold value in workflow"
git -c http.extraHeader="AUTHORIZATION: basic $(echo -n username:${{ secrets.COMMIT_TOKEN }} | base64)" push
git push

0 comments on commit 2c93d22

Please sign in to comment.