From ff8e13fbfccf7f865a761d822600f00239c087d5 Mon Sep 17 00:00:00 2001 From: Teng Zhang Date: Thu, 9 Mar 2023 16:50:02 -0500 Subject: [PATCH] add credentials --- .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