Skip to content

Commit 0199ee8

Browse files
authored
Merge pull request #2572 from threefoldtech/fix-openssl-certificate
Fix openssl certificate
2 parents ebfab30 + 5a06c02 commit 0199ee8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/bins.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ jobs:
8989
package: nnc
9090
secrets:
9191
token: ${{ secrets.HUB_JWT }}
92-
tpm:
93-
uses: ./.github/workflows/bin-package-18.04.yaml
94-
with:
95-
package: tpm
96-
secrets:
97-
token: ${{ secrets.HUB_JWT }}
92+
# tpm:
93+
# uses: ./.github/workflows/bin-package-18.04.yaml
94+
# with:
95+
# package: tpm
96+
# secrets:
97+
# token: ${{ secrets.HUB_JWT }}
9898
qsfs:
9999
uses: ./.github/workflows/bin-package-no-tag.yaml
100100
with:

0 commit comments

Comments
 (0)