Skip to content

Commit

Permalink
Update example in README.md
Browse files Browse the repository at this point in the history
update GITHUB_TOKEN to github_token (how it's actually expected)
  • Loading branch information
NiharR27 authored Dec 6, 2024
1 parent fc01179 commit 75e94f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
- name: Create a release
uses: thomaseizinger/create-release@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
```

0 comments on commit 75e94f0

Please sign in to comment.