From b5dcdc6d924fb781abbc2870df3688aec0c3bce2 Mon Sep 17 00:00:00 2001 From: Ronnie Smith Date: Sat, 4 Feb 2023 15:29:23 -0800 Subject: [PATCH] update changie action example in the docs to remove github token value --- docs/content/guide/installation/index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/content/guide/installation/index.md b/docs/content/guide/installation/index.md index 01f9cf2d..e945774f 100644 --- a/docs/content/guide/installation/index.md +++ b/docs/content/guide/installation/index.md @@ -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