add powershell command for sha256 to docs
This commit is contained in:
parent
6e6790937f
commit
95c849a26b
1 changed files with 6 additions and 0 deletions
6
doc/build/secrets.md
vendored
6
doc/build/secrets.md
vendored
|
@ -55,3 +55,9 @@ Generate a checksum on OSX or Linux:
|
||||||
$ shasum -a 256 .drone.yml
|
$ shasum -a 256 .drone.yml
|
||||||
f63561783e550ccd21663d13eaf6a4d252d84147 .drone.yml
|
f63561783e550ccd21663d13eaf6a4d252d84147 .drone.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Generate a checksum on Windows with powershell:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ Get-FileHash .\.drone.yml -Algorithm SHA256
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue