Skip to content

Commit a5c24f0

Browse files
committed
The key was used successfully, we can remove a bunch of the logging code
1 parent 0d77565 commit a5c24f0

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,11 @@ jobs:
7272
path: thtk-bin-ci-pdbs/**/*
7373
- name: Upload Artifact to thpatch.net
7474
env:
75-
id_ed25519_secret: ${{ secrets.ID_ED25519_SECRET_FAKE }}
75+
id_ed25519_secret: ${{ secrets.ID_ED25519_SECRET }}
7676
arch: ${{matrix.arch}}
7777
shell: powershell
7878
run: |
79-
echo a
8079
echo $env:id_ed25519_secret | Out-File -encoding ASCII .\id_ed25519
81-
echo $env:id_ed25519_secret
82-
echo aa
83-
# TODO remove
84-
echo '=============='
85-
Get-Content .\id_ed25519
86-
echo '=============='
87-
Get-Item .\id_ed25519
8880
8981
$acl = Get-Acl .\id_ed25519
9082
$AccessRule =
@@ -105,10 +97,6 @@ jobs:
10597
kosuzu.thpatch.net,167.99.154.22,2604:a880:400:d1::755:f001 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCzlGDhCYxkT3q0REJyMYTs2uFfTXSjPgK4/6ue/RKofzIP/9FJOi6y41G4UiofZWYvIQiJ8vfLXZMnYj80pDD0=
10698
'@ | Set-Content -Encoding utf8 ~\.ssh\known_hosts
10799
108-
echo b
109-
Get-Content thtk-bin-ci.zip | Out-Null
110-
echo c
111100
# Get-Content thtk-bin-ci.zip | ssh -vvv -T [email protected] -i .\id_ed25519 $GITHUB_REF_NAME $arch
112101
ssh -v -T [email protected] -i .\id_ed25519
113-
echo d
114102
Remove-Item .\id_ed25519

0 commit comments

Comments
 (0)