This commit is contained in:
rusEFI LLC 2024-04-29 08:23:57 -04:00
parent ff7131e65b
commit 1eb46126cb
1 changed files with 2 additions and 0 deletions

View File

@ -16,8 +16,10 @@ jobs:
- name: Set Token
run: |
if ! [[ -z "${{ inputs.token }}" ]]; then
echo "Token was specified"
echo "TOKEN=${{ inputs.token }}" >> "$GITHUB_ENV"
else
echo "Using default token"
echo "TOKEN=${{ github.token }}" >> "$GITHUB_ENV"
fi