Update release.yml

This commit is contained in:
Anton Medvedev 2023-04-05 10:26:58 +02:00
parent d7afe5681d
commit f004596c64
No known key found for this signature in database

View File

@ -20,7 +20,7 @@ jobs:
- name: Upload phar
run: gh release upload v"$RELEASE_VERSION" deployer.phar
env:
GITHUB_TOKEN: ${{ secrets.MY_TOKEN }}
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN_FOR_UPLOADING_RELEASES }}
- name: Add deployer.phar
shell: bash