From 9b795e578288d5ff64564dfa7dd4cda7b04bb648 Mon Sep 17 00:00:00 2001
From: Lucas <accounts@banko.tv>
Date: Sun, 7 Apr 2024 19:11:38 +0200
Subject: [PATCH] Update README.md (#432)

Fix deprecated env mention in External Release Notes
---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 212ad75..715d138 100644
--- a/README.md
+++ b/README.md
@@ -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