We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32de28 commit fd727e6Copy full SHA for fd727e6
.github/workflows/release.yml
@@ -193,7 +193,7 @@ jobs:
193
with:
194
name: ${{ needs.validate.outputs.release_version }}
195
tag_name: ${{ needs.validate.outputs.release_version }}
196
- token: ${{ env.REPO_READONLY_PAT }}
+ token: ${{ secrets.GITHUB_TOKEN }}
197
make_latest: true
198
target_commitish: main
199
generate_release_notes: true
0 commit comments