Merge pull request #5 from leongross/fix/highlighting

This commit is contained in:
Jason Hall 2022-11-24 16:40:06 -05:00 committed by GitHub
commit 6864af49ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,8 +60,7 @@ If `KO_DOCKER_REPO` is already set when `setup-ko` runs, it will skip logging in
To do this, you should provide credentials to authorize the push.
You can use [encrypted secrets](https://docs.github.com/en/actions/reference/encrypted-secrets) to store the authorization token, and pass it to `ko login` before pushing:
```
```yaml
steps:
...
- uses: imjasonh/setup-ko@v0.6