Skip to content

Commit

Permalink
document renovate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicrootXYZ committed Oct 21, 2024
1 parent 288320a commit cbbbf05
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,18 @@ jobs:
with:
artifact_name: static-html
artifact_path: index.html
```

## Renovate

Create a new access token and set it as `RENOVATE_TOKEN` repo secret.

```yaml
jobs:
renovate_test:
uses: ./.github/workflows/renovate.yaml
with:
author: "Max <[email protected]>"
secrets:
token: "${{ secrets.RENOVATE_TOKEN }}"
```

0 comments on commit cbbbf05

Please sign in to comment.