Properly use the github api token

This commit is contained in:
Nick Chambers 2021-07-01 19:18:24 -05:00
parent e5d2496371
commit da3c5cdfe7
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ jobs:
- name: Upload release package
run: |
hub release create -a "$RUNNER_TEMP"/rowbot-"${GITHUB_REF##*/}".tar.gz -m "Rowbot ${GITHUB_REF##*/}" "${GITHUB_REF##*/}"
GITHUB_TOKEN=$ROWBOT_RELEASE_TOKEN hub release create -a "$RUNNER_TEMP"/rowbot-"${GITHUB_REF##*/}".tar.gz -m "Rowbot ${GITHUB_REF##*/}" "${GITHUB_REF##*/}"