Skip to content

Commit 5c35897

Browse files
authored
Add custom token to community contributions workflow (#38)
1 parent a785a70 commit 5c35897

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pause-community-contributions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
pull_request_target:
88
types:
99
- opened
10-
workflow_dispatch:
1110

1211
permissions:
1312
issues: write
@@ -19,3 +18,5 @@ jobs:
1918
uses: exercism/github-actions/.github/workflows/community-contributions.yml@main
2019
with:
2120
forum_category: support
21+
secrets:
22+
github_membership_token: ${{ secrets.COMMUNITY_CONTRIBUTIONS_WORKFLOW_TOKEN }}

0 commit comments

Comments
 (0)