From a931e09fba898ecb11ce33c3aba48badeacee8c9 Mon Sep 17 00:00:00 2001 From: Hugo COLLIN Date: Tue, 18 Jun 2024 21:24:01 +0200 Subject: [PATCH] fix: GH Discussion using secrets --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6314d45a..600baf66 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -127,8 +127,8 @@ jobs: with: title: Release Discussion for v${{ steps.package_version.outputs.version }} body: ${{ steps.github_release.outputs.changelog }} - repository-id: ${{ github.repository_id }} - category-id: Announcements + repository-id: ${{ secrets.repository_id }} + category-id: ${{ secrets.category_id }} # --- PUBLISH --- - name: Browser Platform Publish