Skip to content

Commit

Permalink
Add custom token to community contributions workflow (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
kytrinyx authored Dec 11, 2022
1 parent bfc03d2 commit cf69357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pause-community-contributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
pull_request_target:
types:
- opened
workflow_dispatch:

permissions:
issues: write
Expand All @@ -19,3 +18,5 @@ jobs:
uses: exercism/github-actions/.github/workflows/community-contributions.yml@main
with:
forum_category: support
secrets:
github_membership_token: ${{ secrets.COMMUNITY_CONTRIBUTIONS_WORKFLOW_TOKEN }}

0 comments on commit cf69357

Please sign in to comment.