fix secrets stored in JSON format (#473)

* fix secrets stored in JSON format

* add more tests

* fix lint and pass token to build

* add test cases

* add debug

* fix ordering of build steps

* fix test string format

* update test check

* fix test string format

* final cleanup

* remove comment

* remove unused var assignment

* simplify more

* simplify code and add more comments
This commit is contained in:
John-Michael Faircloth
2023-07-06 10:51:26 -05:00
committed by GitHub
parent e926631bb2
commit b138504969
7 changed files with 153 additions and 6 deletions

View File

@@ -66,4 +66,4 @@ describe('exportSecrets retries', () => {
done();
});
});
});
});