From e634e279579b645d5a1a636e9e67742f47601962 Mon Sep 17 00:00:00 2001 From: Sherwin-14 Date: Sun, 5 Jan 2025 23:43:19 +0530 Subject: [PATCH] add nsidc/earthaccess' repository and category ID and fix styling. --- .github/workflows/discussions.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/discussions.yml b/.github/workflows/discussions.yml index 27da8bdd..cda9b058 100644 --- a/.github/workflows/discussions.yml +++ b/.github/workflows/discussions.yml @@ -25,8 +25,8 @@ jobs: - name: Create Discussions env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - REPOSITORY_ID: "" - CATEGORY_ID: "" + REPOSITORY_ID: MDEwOlJlcG9zaXRvcnkzOTk4Njc1Mjk= + CATEGORY_ID: DIC_kwDOF9V-ic4CdYaN! run: | gh api graphql -f query=" mutation @@ -34,8 +34,8 @@ jobs: ( input: { - repositoryId: ${{ env.REPOSITORY_ID }}, - categoryId: ${{ env.CATEGORY_ID }}, + repositoryId: \"${{ env.REPOSITORY_ID }}\", + categoryId: \"${{ env.CATEGORY_ID }}\", body: \"${{ env.DISCUSSION_BODY }}\", title: \"${{ env.DISCUSSION_TITLE }}\" }