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
commit fd7a76b09c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }}"
```