Skip to content

Commit

Permalink
Update README.md (#432)
Browse files Browse the repository at this point in the history
Fix deprecated env mention in External Release Notes
  • Loading branch information
DerBanko committed Apr 7, 2024
1 parent 9d7c94c commit 9b795e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 9b795e5

Please sign in to comment.