Skip to content

Commit 30f6d61

Browse files
[stable2503] Backport #7745 (#7754)
Backport #7745 into `stable2503` from EgorPopelyaev. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> Co-authored-by: Egor_P <[email protected]>
1 parent b880e41 commit 30f6d61

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release-10_branchoff-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install pgpkkms
5151
run: |
5252
# Install pgpkms that is used to sign commits
53-
pip install git+https://github.com/paritytech-release/pgpkms.git@5a8f82fbb607ea102d8c178e761659de54c7af69
53+
pip install git+https://github.com/paritytech-release/pgpkms.git@e7f806f99e9be5c52f0b4a536b7d4ef9c3e695ed
5454
5555
- name: Generate content write token for the release automation
5656
id: generate_write_token

.github/workflows/release-11_rc-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install pgpkkms
3535
run: |
3636
# Install pgpkms that is used to sign commits
37-
pip install git+https://github.com/paritytech-release/pgpkms.git@5a8f82fbb607ea102d8c178e761659de54c7af69
37+
pip install git+https://github.com/paritytech-release/pgpkms.git@e7f806f99e9be5c52f0b4a536b7d4ef9c3e695ed
3838
3939
- name: Generate content write token for the release automation
4040
id: generate_write_token

.github/workflows/release-40_publish-deb-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Install pgpkkms
8383
run: |
8484
# Install pgpkms that is used to sign built artifacts
85-
python3 -m pip install "pgpkms @ git+https://github.com/paritytech-release/pgpkms.git@1f8555426662ac93a3849480a35449f683b1c89f"
85+
python3 -m pip install "pgpkms @ git+https://github.com/paritytech-release/pgpkms.git@e7f806f99e9be5c52f0b4a536b7d4ef9c3e695ed"
8686
echo "PGPKMS_REPREPRO_PATH=$(which pgpkms-reprepro)" >> $GITHUB_ENV
8787
8888
- name: Install awscli

.github/workflows/release-reusable-rc-buid.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Install pgpkkms
8383
run: |
8484
# Install pgpkms that is used to sign built artifacts
85-
python3 -m pip install "pgpkms @ git+https://github.com/paritytech-release/pgpkms.git@5a8f82fbb607ea102d8c178e761659de54c7af69"
85+
python3 -m pip install "pgpkms @ git+https://github.com/paritytech-release/pgpkms.git@e7f806f99e9be5c52f0b4a536b7d4ef9c3e695ed"
8686
which pgpkms
8787
8888
- name: Checkout sources
@@ -204,7 +204,7 @@ jobs:
204204
- name: Install pgpkkms
205205
run: |
206206
# Install pgpkms that is used to sign built artifacts
207-
python3 -m pip install "pgpkms @ git+https://github.com/paritytech-release/pgpkms.git@5a8f82fbb607ea102d8c178e761659de54c7af69" --break-system-packages
207+
python3 -m pip install "pgpkms @ git+https://github.com/paritytech-release/pgpkms.git@e7f806f99e9be5c52f0b4a536b7d4ef9c3e695ed"
208208
209209
- name: Import gpg keys
210210
shell: bash

0 commit comments

Comments
 (0)