diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50442b68..f5e77ec3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,6 +86,7 @@ jobs: with: repository: ${{ env.REPO_BIN }} tag_name: snapshot + token: ${{ secrets.PAT }} files: eask_${{ env.VERSION }}_${{ matrix.target }}.tar.gz - name: Uploading... (Windows) @@ -94,6 +95,7 @@ jobs: with: repository: ${{ env.REPO_BIN }} tag_name: snapshot + token: ${{ secrets.PAT }} files: eask_${{ env.VERSION }}_${{ matrix.target }}.zip #### Prepare to push to `binaries` repository!