diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 38b2d09..1de867d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,12 +20,15 @@ jobs: - name: Download Assets uses: actions/forgejo-release@v2 with: - url: https://git.askar.tv + url: "https://git.askar.tv" + repo: "nomad/alaskartv-app" + token: "${{ secrets.FORGEJO_TOKEN }}" tag: "${{ env.VERSION_NAME }}" release-dir: ./ direction: download env: VERSION_NAME: ${{ env.VERSION_NAME }} + FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }} - name: Use What's New Message run: |