Skip to content

Commit fc919f5

Browse files
committed
fix(release/plan): pass github token to check tag process script
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent ad24ce8 commit fc919f5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

actions/release/plan/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ runs:
7777
PLANNED_RELEASE_NAME: ${{ steps.release-drafter.outputs.name }}
7878
PLANNED_RELEASE_TAG: ${{ steps.release-drafter.outputs.tag_name }}
7979
with:
80+
github-token: ${{ inputs.github-token }}
8081
script: |
8182
const assertTagDoesNotExist = async releaseTag => {
8283
const remoteTag = await exec.getExecOutput(

0 commit comments

Comments
 (0)