diff --git a/.github/actions/generate-pre-release/action.yml b/.github/actions/generate-pre-release/action.yml index 48c449404a..f4250d7756 100644 --- a/.github/actions/generate-pre-release/action.yml +++ b/.github/actions/generate-pre-release/action.yml @@ -12,7 +12,7 @@ inputs: required: true repository: required: true - description: The github repo to compare tags against. Tipically ${{ github.repository }}. + description: The github repo to compare tags against. Tipically github.repository. repo_token: description: A GitHub token to access the repo. Tipically secrets.GITHUB_TOKEN. required: true diff --git a/.github/workflows/plugin-hrm-form-pre-release-qa.yml b/.github/workflows/plugin-hrm-form-pre-release-qa.yml index 79baed66b8..b378dbed00 100644 --- a/.github/workflows/plugin-hrm-form-pre-release-qa.yml +++ b/.github/workflows/plugin-hrm-form-pre-release-qa.yml @@ -78,7 +78,7 @@ jobs: tag-prefix: ${{ inputs.tag-prefix }} tag-suffix: 'qa' title: ${{ inputs.title }} - repository: "${{ github.repository }}" + repository: ${{ github.repository }} repo_token: ${{ secrets.GITHUB_TOKEN }} id: create_pre_release