build: Use explicit token in release build (#1444)

This commit is contained in:
bo0tzz 2023-01-27 16:41:25 +01:00 committed by GitHub
parent 1152cd4f07
commit d354b38139
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.ORG_RELEASE_TOKEN }}
- name: Bump version
run: misc/release/pump-version.sh -s "${{ inputs.serverBump }}" -m "${{ inputs.mobileBump }}"