Skip to content

Commit

Permalink
add credentials (#7036)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahxephon89 authored Mar 22, 2023
1 parent 442e608 commit f0c9893
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-gas-calibration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0c9893

Please sign in to comment.