Skip to content

Commit 8821e8a

Browse files
fix: wizard issue notify (#302)
1 parent fd32a17 commit 8821e8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gh-issue-notify.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
permissions:
1010
issues: read
11+
repository-projects: read
1112
steps:
1213
- name: Check issue and build payload
1314
id: check
@@ -21,7 +22,7 @@ jobs:
2122
2223
const { node } = await github.graphql(`
2324
query($issueId: ID!) {
24-
node(id: "${ issue.node_id }") {
25+
node(id: $issueId) {
2526
... on Issue {
2627
projectItems(first: 10) {
2728
nodes {

0 commit comments

Comments
 (0)