Skip to content

Commit

Permalink
fix: GH Discussion using secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo-COLLIN committed Jun 18, 2024
1 parent 8515d5d commit a931e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a931e09

Please sign in to comment.