Skip to content

Commit

Permalink
fix(getNewVersion): missing gh token (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArwynFr committed May 31, 2023
1 parent e32ff8f commit 2945aae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions get-newVersion/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}" `
Expand Down

0 comments on commit 2945aae

Please sign in to comment.