diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 411f6b2..ae90b5f 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -67,7 +67,7 @@ jobs: - name: Upload packages uses: ncipollo/release-action@v1 with: - token: ${{ secrets.workflow_token }} + token: ${{ secrets.GITHUB_TOKEN }} allowUpdates: true replacesArtifacts: true artifacts: "bin/packages/${{ matrix.arch }}/packages_ci/*.ipk"