From f0c9893419a2f300b49787ad3cbfcc7fd5762f9e Mon Sep 17 00:00:00 2001 From: Teng Zhang Date: Wed, 22 Mar 2023 07:06:43 -0700 Subject: [PATCH] add credentials (#7036) --- .github/workflows/run-gas-calibration.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/run-gas-calibration.yaml b/.github/workflows/run-gas-calibration.yaml index fd29a80693750..7ccce4138a444 100644 --- a/.github/workflows/run-gas-calibration.yaml +++ b/.github/workflows/run-gas-calibration.yaml @@ -29,6 +29,8 @@ jobs: with: fetch-depth: 0 # get all the history because cargo xtest --change-since origin/main requires it. - uses: aptos-labs/aptos-core/.github/actions/rust-setup@main + with: + GIT_CREDENTIALS: ${{ secrets.GIT_CREDENTIALS }} - name: install Valgrind shell: bash run: sudo apt-get -y install valgrind