mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-11 01:28:58 +01:00
Update lockfiles_update.yml
This commit is contained in:
parent
686bc4c631
commit
d326b9ece3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lockfiles_update.yml
vendored
2
.github/workflows/lockfiles_update.yml
vendored
|
@ -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)"
|
||||
|
|
Loading…
Add table
Reference in a new issue