mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-30 08:06:52 +02:00
add powershell command for sha256 to docs
This commit is contained in:
parent
6e6790937f
commit
95c849a26b
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
|
||||
f63561783e550ccd21663d13eaf6a4d252d84147 .drone.yml
|
||||
```
|
||||
|
||||
Generate a checksum on Windows with powershell:
|
||||
|
||||
```
|
||||
$ Get-FileHash .\.drone.yml -Algorithm SHA256
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user