From d326b9ece3fe0cea6471813ee6de640f27971201 Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Wed, 11 Sep 2024 12:44:23 -0400 Subject: [PATCH] Update lockfiles_update.yml --- .github/workflows/lockfiles_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lockfiles_update.yml b/.github/workflows/lockfiles_update.yml index 4ead8055f..d75bd9ac8 100644 --- a/.github/workflows/lockfiles_update.yml +++ b/.github/workflows/lockfiles_update.yml @@ -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)"