mirror of https://github.com/docker/docs.git
fix: GitHub Action rename token to github-token
This commit is contained in:
parent
a4dd782e2d
commit
9a1a0edcd2
|
@ -143,7 +143,7 @@ image comparison:
|
||||||
to-env: production
|
to-env: production
|
||||||
ignore-unchanged: true
|
ignore-unchanged: true
|
||||||
only-severities: critical,high
|
only-severities: critical,high
|
||||||
token: ${{ secrets.DOCKER_PAT }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
```
|
```
|
||||||
|
|
||||||
The compare command analyzes the image and evaluates policy compliance, and
|
The compare command analyzes the image and evaluates policy compliance, and
|
||||||
|
|
Loading…
Reference in New Issue