use base64 encoding
This commit is contained in:
parent
7a7f588a5e
commit
0ddf7364fc
@ -41,7 +41,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Test format
|
- name: Test format
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.TEST_SECRET }}" | base64 -d > test_file
|
echo "${{ secrets.TEST_SECRET }}" | base64 -d > ./.test_file
|
||||||
md5sum ./.test_file
|
md5sum ./.test_file
|
||||||
cat ./.test_file
|
cat ./.test_file
|
||||||
base64 ./.test_file
|
base64 ./.test_file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user