We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d48b4 commit 73b9ce1Copy full SHA for 73b9ce1
.github/workflows/project-automation.yml
@@ -11,6 +11,6 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- run: |
14
- gh api graphql -f query='mutation($project:ID!, $issue:ID!) { addProjectNextItem(input: {projectId: $project, contentId: $issue}) { projectNextItem { id } } }' -f project=${{ secrets.PROJECT_BOARD_ID }} -f issue=${{ github.event.issue.node_id }}
+ gh api graphql -f query='mutation($project:ID!, $issue:ID!) { addProjectNextItem(input: {projectId: $project, contentId: $issue}) { projectNextItem { id } } }' -f project=${{ secrets.PROJECT_ID }} -f issue=${{ github.event.issue.node_id }}
15
env:
16
GITHUB_TOKEN: ${{ secrets.PROJECT_ACCESS_TOKEN }}
0 commit comments