Add publish token

This commit is contained in:
Joel Wachsler 2022-07-10 17:35:23 +00:00
parent a5c76d31dd
commit 620c6f33a4

View File

@ -12,6 +12,12 @@ jobs:
with:
toolchain: stable
- name: Login
uses: actions-rs/cargo@v1
with:
command: login
args: --token ${{ secrets.CRATES_IO_TOKEN }}
- name: Publish qbittorrent-web-api-gen
uses: actions-rs/cargo@v1
with: