Skip to content

Commit

Permalink
Update Asana integration to include expected header (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairjcbrown authored Mar 28, 2023
1 parent 70f2e0e commit 4aee97d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/release/asana-create-tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ let asana
const setupAsana = () => {
asana = Asana.Client.create({
'defaultHeaders': {
'Asana-Enable': 'new_project_templates,new_user_task_lists'
'Asana-Enable': 'new_project_templates,new_user_task_lists,new_goal_memberships'
}
}).useAccessToken(ASANA_ACCESS_TOKEN)
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/release/asana-update-tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let asana
const setupAsana = () => {
asana = Asana.Client.create({
'defaultHeaders': {
'Asana-Enable': 'new_project_templates,new_user_task_lists'
'Asana-Enable': 'new_project_templates,new_user_task_lists,new_goal_memberships'
}
}).useAccessToken(ASANA_ACCESS_TOKEN)
}
Expand Down

0 comments on commit 4aee97d

Please sign in to comment.