mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-26 00:58:50 +00:00
workflow
This commit is contained in:
parent
46bf7614bf
commit
682a9bd487
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:GITHUB_WORKSPACE -ChildPath "lib/secret-file.txt";
|
||||
$secretFile = Join-Path -Path $env:GITHUB_WORKSPACE -ChildPath "lib/external_api_keys.dart";
|
||||
$encodedBytes = [System.Convert]::FromBase64String($env:CHANGE_NOW);
|
||||
Set-Content $secretFile -Value $encodedBytes -AsByteStream;
|
||||
$secretFileHash = Get-FileHash $secretFile;
|
||||
|
|
Loading…
Reference in a new issue