Update README.md (#432)

Fix deprecated env mention in External Release Notes
This commit is contained in:
Lucas 2024-04-07 19:11:38 +02:00 committed by GitHub
parent 9d7c94cfd0
commit 9b795e5782
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -154,11 +154,10 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
body_path: ${{ github.workspace }}-CHANGELOG.txt
repository: my_gh_org/my_gh_repo
# note you'll typically need to create a personal access token
# with permissions to create releases in the other repo
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
env:
GITHUB_REPOSITORY: my_gh_org/my_gh_repo
```
### 💅 Customizing