Skip to content

Commit

Permalink
Merge pull request #161 from koinos/issue-management
Browse files Browse the repository at this point in the history
Issue management
  • Loading branch information
sgerbino authored Nov 23, 2022
2 parents 6eaac0c + fa49e12 commit 0727ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:
jobs:
assign_to_project:
uses: koinos/koinos-github-workflows/.github/workflows/add_to_project.yml@master
with:
secrets:
github-token: ${{ secrets.ISSUE_MANAGEMENT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/close_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:
jobs:
close-issues:
uses: koinos/koinos-github-workflows/.github/workflows/close_issues.yml@master
with:
secrets:
github-token: ${{ secrets.ISSUE_MANAGEMENT_TOKEN }}

0 comments on commit 0727ed8

Please sign in to comment.