Skip to content

Commit

Permalink
update changie action example in the docs to remove github token value
Browse files Browse the repository at this point in the history
  • Loading branch information
miniscruff committed Feb 4, 2023
1 parent 9dc2915 commit b5dcdc6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/content/guide/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,10 @@ This [GitHub action](https://github.com/miniscruff/changie-action) can be used.

```yaml
- name: Batch a new minor version
uses: miniscruff/changie-action@version # view action repo for latest version
uses: miniscruff/changie-action@VERSION # view action repo for latest version
with:
version: latest # download the latest changie version
version: latest # use the latest changie version
args: batch minor
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
## Docker
Expand Down

0 comments on commit b5dcdc6

Please sign in to comment.