Skip to content

Commit

Permalink
Fix CATEGORY_ID in hack day discussion workflow (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 authored Jan 6, 2025
1 parent 393c3ac commit 76a4f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/discussions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOSITORY_ID: MDEwOlJlcG9zaXRvcnkzOTk4Njc1Mjk=
CATEGORY_ID: DIC_kwDOF9V-ic4CdYaN!
CATEGORY_ID: DIC_kwDOF9V-ic4CdYaN
run: |
gh api graphql -f query="
mutation
Expand Down

0 comments on commit 76a4f59

Please sign in to comment.