From 57e18910a4c28394631c339d226eb76a3f87b20c Mon Sep 17 00:00:00 2001 From: Aditi Khare Date: Wed, 8 May 2024 11:30:34 -0400 Subject: [PATCH] fix setup config 2 --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 12125b06..188013ba 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -13,7 +13,7 @@ runs: shell: bash - run: npm clean-install shell: bash - - uses: mongodb-labs/drivers-github-tools/setup/git-sign@main + - uses: mongodb-labs/drivers-github-tools/garasign/setup@main with: garasign_username: ${{ secrets.GRS_CONFIG_USER1_USERNAME }} garasign_password: ${{ secrets.GRS_CONFIG_USER1_PASSWORD }}