Skip to content

Bump mongodb-labs/drivers-github-tools from 1 to 2 #1572

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v1
uses: mongodb-labs/drivers-github-tools/garasign/gpg-sign@v2
with:
filenames: ${{ env.PACKAGE_FILE }}
garasign_username: ${{ secrets.GRS_CONFIG_USER1_USERNAME }}
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
php_mongodb.pdb

- name: "Create detached DLL signature"
uses: mongodb-labs/drivers-github-tools/garasign/gpg-sign@v1
uses: mongodb-labs/drivers-github-tools/garasign/gpg-sign@v2
with:
filenames: php_mongodb.dll
garasign_username: ${{ secrets.GRS_CONFIG_USER1_USERNAME }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v1
uses: mongodb-labs/drivers-github-tools/garasign/git-sign@v2
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 }}
Expand All @@ -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@v1
uses: mongodb-labs/drivers-github-tools/garasign/git-sign@v2
with:
# Setup can be skipped as it was already done before
skip_setup: true
Expand Down
Loading