Skip to content

Commit 8b857d0

Browse files
author
Raj Shah
committed
corrected yml for issue tracking workflow
1 parent c56db99 commit 8b857d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/moveAssignedIssuesToInProgress.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- name: Move to In Progress
1515
uses: kin/gh-action-move-issues-to-column@v1.0
1616
with:
17-
access-token: "#{{ secrets.GITHUB_TOKEN }}"
17+
access-token: ${{ secrets.GITHUB_TOKEN }}
1818
project-name: "Roadmap"
1919
target-column: "In progress"
2020

.github/workflows/moveUnassignedIssuesToToDo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
- name: Move to To Do
1515
uses: kin/gh-action-move-issues-to-column@v1.0
1616
with:
17-
access-token: "#{{ secrets.GITHUB_TOKEN }}"
17+
access-token: ${{ secrets.GITHUB_TOKEN }}
1818
project-name: "Roadmap"
1919
target-column: "To do"

0 commit comments

Comments
 (0)