Skip to content

Example of auto update aqua-checksums.json in CI (For OSS version)

License

Notifications You must be signed in to change notification settings

mini-core/example-update-checksum-public

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-update-checksum-public

Example of auto update aqua-checksums.json in CI (For OSS version)

What's the difference from aquaproj/example-update-checksum?

If you want to set up GitHub Actions for private repositories, please see aquaproj/example-update-checksum. This repository is based on aquaproj/example-update-checksum, but we fixed workflows to support a pull request from a fork.

  • secrets aren't used if a pull request is from fork repository

In case of a pull request from a fork, basically secrets are unavailable and github.token doesn't have a write permission.

Even if a pull request is from fork, we can use secrets by pull_request_target, but pull_request_target is a bit danger and if there is a vulnerability an attacker may be able to abuse your secrets. So in this example we don't use pull_request_target.

LICENSE

MIT

About

Example of auto update aqua-checksums.json in CI (For OSS version)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published