Skip to content

Commit

Permalink
Merge pull request #58 from UnionRolistes/57-workflow-05
Browse files Browse the repository at this point in the history
Update todo.yml
  • Loading branch information
Fr-Dae committed Sep 5, 2023
2 parents 4447a4d + 27c5d08 commit 692cb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
const backlogProjectId = 1;
const issueNumber = context.payload.issue.number;
const octokit = github.getOctokit(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);
const octokit = github.getOctokit('{{TEST}}');
octokit.projects.createCard({
column_id: backlogProjectId,
content_id: issueNumber,
Expand Down

0 comments on commit 692cb6f

Please sign in to comment.