add github token to prerelase calculation

This commit is contained in:
Milan Kolar 2021-11-15 21:17:25 +01:00
parent 17848c8aac
commit 4a57c13958

View file

@ -33,7 +33,7 @@ jobs:
id: version
if: steps.version_type.outputs.type != 'skip'
run: |
RESULT=$(python ./tools/ci_tools.py --nightly)
RESULT=$(python ./tools/ci_tools.py --nightly --github_token ${{ secrets.GITHUB_TOKEN }})
echo ::set-output name=next_tag::$RESULT