We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea6f90 commit 99a4be3Copy full SHA for 99a4be3
.github/workflows/main.yml
@@ -381,6 +381,11 @@ jobs:
381
packages: read
382
383
steps:
384
+ - name: Checkout
385
+ uses: actions/checkout@v6
386
+ with:
387
+ persist-credentials: false
388
+
389
- name: Download artifacts
390
uses: actions/download-artifact@v6
391
with:
@@ -407,11 +412,6 @@ jobs:
407
412
*.nupkg
408
413
working-directory: packages
409
414
410
- - name: Checkout
411
- uses: actions/checkout@v6
- with:
- persist-credentials: false
-
415
- name: Print cerificate
416
run: |
417
pip3 install asn1crypto
0 commit comments