Skip to content

Commit 7dfe47e

Browse files
committed
restrict GITHUB_REPO value when tagging a release
1 parent 7f57963 commit 7dfe47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# GITHUB_TOKEN used by git-cliff and gh-cli
7979
GITHUB_TOKEN: ${{ secrets.BUMP_N_RELEASE }}
8080
# for git-cliff exclusively
81-
GITHUB_REPO: ${{ github.repository }}
81+
GITHUB_REPO: cpp-linter/${{ inputs.project }}
8282
GIT_CLIFF_CONFIG: ${{ github.workspace }}/org-repo/.github/cliff.toml
8383
INPUTS_COMPONENT: ${{ inputs.component }}
8484
working-directory: project-repo

0 commit comments

Comments
 (0)