Skip to content

Commit 0727ed8

Browse files
authored
Merge pull request #161 from koinos/issue-management
Issue management
2 parents 6eaac0c + fa49e12 commit 0727ed8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/add_to_project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ on:
99
jobs:
1010
assign_to_project:
1111
uses: koinos/koinos-github-workflows/.github/workflows/add_to_project.yml@master
12-
with:
12+
secrets:
1313
github-token: ${{ secrets.ISSUE_MANAGEMENT_TOKEN }}

.github/workflows/close_issues.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ on:
77
jobs:
88
close-issues:
99
uses: koinos/koinos-github-workflows/.github/workflows/close_issues.yml@master
10-
with:
10+
secrets:
1111
github-token: ${{ secrets.ISSUE_MANAGEMENT_TOKEN }}

0 commit comments

Comments
 (0)