mirror of
https://github.com/ivuorinen/actions.git
synced 2026-02-21 03:50:06 +00:00
chore: add tests, update docs and actions (#299)
* docs: update documentation * feat: validate-inputs has it's own pyproject * security: mask DOCKERHUB_PASSWORD * chore: add tokens, checkout, recrete docs, integration tests * fix: add `statuses: write` permission to pr-lint
This commit is contained in:
@@ -21,6 +21,7 @@ Publish a Docker image to GitHub Packages and Docker Hub.
|
||||
| `verbose` | <p>Enable verbose logging</p> | `false` | `false` |
|
||||
| `dockerhub-username` | <p>Docker Hub username for authentication</p> | `false` | `""` |
|
||||
| `dockerhub-password` | <p>Docker Hub password or access token for authentication</p> | `false` | `""` |
|
||||
| `token` | <p>GitHub token for authentication</p> | `false` | `""` |
|
||||
|
||||
### Outputs
|
||||
|
||||
@@ -109,4 +110,10 @@ This action is a `composite` action.
|
||||
#
|
||||
# Required: false
|
||||
# Default: ""
|
||||
|
||||
token:
|
||||
# GitHub token for authentication
|
||||
#
|
||||
# Required: false
|
||||
# Default: ""
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user