Skip to content

Commit

Permalink
add nsidc/earthaccess' repository and category ID and fix styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherwin-14 committed Jan 5, 2025
1 parent d22ff2f commit e634e27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/discussions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ 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
{createDiscussion
(
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 }}\"
}
Expand Down

0 comments on commit e634e27

Please sign in to comment.