Revert "Bump mongodb-labs/drivers-github-tools from 1 to 2 (#1568)" (#1571)

This reverts commit 8ae0983003.
This commit is contained in:
Andreas Braun
2024-06-03 09:37:07 +02:00
committed by GitHub
parent 098c2c854d
commit 15042b97fc
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ jobs:
echo "PACKAGE_FILE=mongodb-${PACKAGE_VERSION}.tgz" >> "$GITHUB_ENV"
- name: "Create detached signature for PECL package"
uses: mongodb-labs/drivers-github-tools/garasign/gpg-sign@v2
uses: mongodb-labs/drivers-github-tools/garasign/gpg-sign@v1
with:
filenames: ${{ env.PACKAGE_FILE }}
garasign_username: ${{ secrets.GRS_CONFIG_USER1_USERNAME }}
@@ -146,7 +146,7 @@ jobs:
php_mongodb.pdb
- name: "Create detached DLL signature"
uses: mongodb-labs/drivers-github-tools/garasign/gpg-sign@v2
uses: mongodb-labs/drivers-github-tools/garasign/gpg-sign@v1
with:
filenames: php_mongodb.dll
garasign_username: ${{ secrets.GRS_CONFIG_USER1_USERNAME }}
+2 -2
View File
@@ -106,7 +106,7 @@ jobs:
# our tag and creates the release tag. This is run inside the container in
# order to create signed git artifacts
- name: "Create package commit and release tag"
uses: mongodb-labs/drivers-github-tools/garasign/git-sign@v2
uses: mongodb-labs/drivers-github-tools/garasign/git-sign@v1
with:
command: "$(pwd)/.github/workflows/commit-and-tag.sh ${{ env.PACKAGE_VERSION }} ${{ vars.GPG_KEY_ID }} tag-message"
garasign_username: ${{ secrets.GRS_CONFIG_USER1_USERNAME }}
@@ -121,7 +121,7 @@ jobs:
# Create a signed "back to -dev" commit, again inside the container
- name: "Create dev commit"
uses: mongodb-labs/drivers-github-tools/garasign/git-sign@v2
uses: mongodb-labs/drivers-github-tools/garasign/git-sign@v1
with:
# Setup can be skipped as it was already done before
skip_setup: true