Update lockfiles_update.yml

This commit is contained in:
Marcos Rodriguez Velez 2024-09-11 12:44:23 -04:00
parent 686bc4c631
commit d326b9ece3

View file

@ -51,7 +51,7 @@ jobs:
# Step 5: Set up Git authentication to push changes
- name: Set up Git Authentication
env:
ACCESS_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }}
ACCESS_TOKEN: ${{ secrets.LOCKFILES_WORKFLOW }}
run: |
git config --global credential.helper 'cache --timeout=3600'
git config --global http.https://github.com/.extraheader "AUTHORIZATION: basic $(echo -n x-access-token:${ACCESS_TOKEN} | base64)"