Skip to content

Commit 9b795e5

Browse files
authored
Update README.md (#432)
Fix deprecated env mention in External Release Notes
1 parent 9d7c94c commit 9b795e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,10 @@ jobs:
154154
if: startsWith(github.ref, 'refs/tags/')
155155
with:
156156
body_path: ${{ github.workspace }}-CHANGELOG.txt
157+
repository: my_gh_org/my_gh_repo
157158
# note you'll typically need to create a personal access token
158159
# with permissions to create releases in the other repo
159160
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
160-
env:
161-
GITHUB_REPOSITORY: my_gh_org/my_gh_repo
162161
```
163162

164163
### 💅 Customizing

0 commit comments

Comments
 (0)