mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-12 04:08:30 +01:00
Co-authored-by: freckle-automation-app[bot] <176077675+freckle-automation-app[bot]@users.noreply.github.com> Co-authored-by: Chris Martin <ch.martin@gmail.com>
17 lines
401 B
YAML
17 lines
401 B
YAML
name: Asana
|
|
|
|
on:
|
|
pull_request:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
link-asana-task:
|
|
if: ${{ github.actor != 'dependabot[bot]' }}
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: Asana/create-app-attachment-github-action@v1.3
|
|
id: postAttachment
|
|
with:
|
|
asana-secret: ${{ secrets.ASANA_API_ACCESS_KEY }}
|
|
- run: echo "Status is ${{ steps.postAttachment.outputs.status }}"
|