Adding token flag to gh login

This commit is contained in:
Wires77
2022-01-28 15:51:02 -06:00
committed by GitHub
parent ea667e5503
commit 151b85ef6c

View File

@@ -16,7 +16,7 @@ jobs:
ref: 'dev'
- name: Generate Release notes
run: >
gh auth login;
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token;
gh release view $(basename $(gh release create v${{ github.event.inputs.releaseVersion }} --title "Release ${{ github.event.inputs.releaseVersion }}" --draft --generate-notes)) > temp_change.md
- name: Tweak changelogs
run: >