We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d7c94c commit 9b795e5Copy full SHA for 9b795e5
README.md
@@ -154,11 +154,10 @@ jobs:
154
if: startsWith(github.ref, 'refs/tags/')
155
with:
156
body_path: ${{ github.workspace }}-CHANGELOG.txt
157
+ repository: my_gh_org/my_gh_repo
158
# note you'll typically need to create a personal access token
159
# with permissions to create releases in the other repo
160
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
- env:
161
- GITHUB_REPOSITORY: my_gh_org/my_gh_repo
162
```
163
164
### 💅 Customizing
0 commit comments