diff --git a/.forgejo/workflows/build-blumeops.yaml b/.forgejo/workflows/build-blumeops.yaml index e2c7118..e2bd2bc 100644 --- a/.forgejo/workflows/build-blumeops.yaml +++ b/.forgejo/workflows/build-blumeops.yaml @@ -104,13 +104,15 @@ jobs: ls -lh "$GITHUB_WORKSPACE/$TARBALL" - name: Create release + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | VERSION="${{ steps.version.outputs.version }}" TARBALL="docs-${VERSION}.tar.gz" echo "Creating release $VERSION..." - # Use Forgejo API to create release + # Use Forgejo API to create release (requires authentication) RELEASE_DATA=$(cat <