diff --git a/get-newVersion/action.yml b/get-newVersion/action.yml index e1b3775..a990e6a 100644 --- a/get-newVersion/action.yml +++ b/get-newVersion/action.yml @@ -42,6 +42,8 @@ runs: - shell: pwsh id: new-github-release + env: + GH_TOKEN: ${{ github.token }} run: | & "${env:GITHUB_ACTION_PATH}/../functions/Get-NewVersion.ps1" ` -RepositoryName "${{ github.repository }}" `