diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30eef1c..2648aab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,3 +101,4 @@ jobs: - uses: ncipollo/release-action@v1 with: artifacts: "./ssh-sync-setup/ssh-sync-setup.exe,./ssh-sync/ssh-sync,./packages/*.deb,./packages/*.rpm" + token: ${{ secrets.ACCESS_TOKEN_CLASSIC }}