mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-28 03:10:29 +00:00
Merge pull request #1310 from gtaylor/patch-3
Secrets filename fix [CI SKIP]
This commit is contained in:
commit
7da4503d0a
1 changed files with 1 additions and 1 deletions
2
docs/build/secrets.md
vendored
2
docs/build/secrets.md
vendored
|
@ -63,7 +63,7 @@ Please note that you may still want secrets available to plugins when building a
|
||||||
|
|
||||||
## Checksum
|
## Checksum
|
||||||
|
|
||||||
The `checksum` field in the `.drone.yml` is a sha of your `.drone.yml` file. It is optional, but highly recommended. The `checksum` is used to verify the integrity of your `.drone.yml` file. If the checksum does not match, secret variables are not injected into your Yaml.
|
The `checksum` field in the `.drone.sec` is a sha of your `.drone.yml` file. It is optional, but highly recommended. The `checksum` is used to verify the integrity of your `.drone.yml` file. If the checksum does not match, secret variables are not injected into your Yaml.
|
||||||
|
|
||||||
Generate a checksum on OSX or Linux:
|
Generate a checksum on OSX or Linux:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue