Skip to content

Commit 180e98e

Browse files
committed
Install CA certificates for signing
1 parent d987c16 commit 180e98e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/access-token-management-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ jobs:
5757
fail-on-error: true
5858
fail-on-empty: true
5959

60+
- name: Install CA certificates
61+
run: |
62+
sudo apt-get update
63+
sudo apt-get install -y ca-certificates
64+
6065
- name: Sign
6166
if: (github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/'))
6267
env:

0 commit comments

Comments
 (0)