diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da01b02..8303ca0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,9 @@ jobs: run: ./release.sh - name: Create release + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + TOKEN: ${{ secrets.GITHUB_TOKEN }} uses: https://code.forgejo.org/actions/forgejo-release@v2 with: direction: upload @@ -32,5 +35,3 @@ jobs: ./build/app/outputs/flutter-apk/app-release.apk ./linux-bin.zip ./webapp.zip - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}