Skip to content

Commit 568c889

Browse files
fix(unstable): prosody repo dsa1024 workaround fix (#2110)
1 parent 30b387a commit 568c889

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/unstable.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ jobs:
2323
run: echo "date=$(date +%F)">> $GITHUB_OUTPUT
2424
- name: Prosody gpg key
2525
id: prosody_gpg_key
26-
run: curl --location --silent --show-error https://prosody.im/files/prosody-debian-packages.key | sudo dd of=/etc/apt/trusted.gpg.d/prosody.gpg
26+
run: curl --location --silent --show-error https://prosody.im/files/prosody-debian-packages.key | sudo dd of=/etc/apt/keyrings/prosody.gpg
27+
- name: Prosody dsa1024 key support
28+
run: echo 'APT::Key::Assert-Pubkey-Algo ">=rsa2048,ed25519,ed448,dsa1024";' | sudo tee /etc/apt/apt.conf.d/99weakkey-warning
2729
- name: Prosody repo
2830
id: prosody_repo
29-
run: echo "deb https://packages.prosody.im/debian bookworm main" | sudo tee /etc/apt/sources.list.d/prosody.list
31+
run: echo "deb [signed-by=/etc/apt/keyrings/prosody.gpg] https://packages.prosody.im/debian bookworm main" | sudo tee /etc/apt/sources.list.d/prosody.list
3032
- name: Jitsi repo
3133
uses: myci-actions/add-deb-repo@11
3234
with:

0 commit comments

Comments
 (0)