Merge pull request #38 from samrobbins85/patch-1

Change uses to env in readme
This commit is contained in:
Corey Butler
2023-03-28 22:50:32 -05:00
committed by GitHub

View File

@ -56,7 +56,7 @@ The `GITHUB_TOKEN` **must** be provided. Without this, it is not possible to cre
```yaml
- uses: butlerlogic/action-autotag@stable
with:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
```