mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 19:39:22 +00:00
workspace
This commit is contained in:
parent
a1562aa4c2
commit
46bf7614bf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Create temp files
|
||||
id: secret-file1
|
||||
run: |
|
||||
$secretFile = Join-Path -Path $env:RUNNER_TEMP -ChildPath "lib/secret-file.txt";
|
||||
$secretFile = Join-Path -Path $env:GITHUB_WORKSPACE -ChildPath "lib/secret-file.txt";
|
||||
$encodedBytes = [System.Convert]::FromBase64String($env:CHANGE_NOW);
|
||||
Set-Content $secretFile -Value $encodedBytes -AsByteStream;
|
||||
$secretFileHash = Get-FileHash $secretFile;
|
||||
|
|
Loading…
Reference in a new issue