diff --git a/.github/workflows/export_ext.yml b/.github/workflows/export_ext.yml index 37579b9..3e4c725 100644 --- a/.github/workflows/export_ext.yml +++ b/.github/workflows/export_ext.yml @@ -27,6 +27,7 @@ jobs: - name: Create GitHub Release and Upload Asset uses: ncipollo/release-action@v1 with: + token: ${{ secrets.GITHUB_TOKEN }} tag: "v${{ env.VERSION }}" release_name: "Release v${{ env.VERSION }}" body: "Automated release based on version ${{ env.VERSION }}"