Skip to content

Commit

Permalink
Update names and add secret
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Dec 8, 2023
1 parent 5b1e7c6 commit c615db5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-opened.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
name: Asana integration after Pull Request submitted

on:
pull_request:
types: [opened, reopened]

jobs:
sync:
add-task-to-app-board:
runs-on: ubuntu-latest
steps:
- name: Add Asana task to Project
uses: duckduckgo/[email protected]
with:
asana-pat: ${{ secrets.GH_ASANA_SECRET }}
trigger-phrase: 'Task/Issue URL:'
asana-project: '414235014887631'
asana-section: '414413334607374'
Expand Down

0 comments on commit c615db5

Please sign in to comment.