We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi All,
After following the steps here: https://github.com/Asana/comment-on-task-github-action
I am getting an "access denied" in Asana as shown below:
Summary of what I did:
# this enables asana tasks to be linked to pull requests # copied from: https://github.com/marketplace/actions/attach-pull-request-to-asana-task on: pull_request: types: [opened, reopened] jobs: create-asana-attachment-job: runs-on: ubuntu-latest name: Create pull request attachments on Asana tasks steps: - name: Create pull request attachments uses: Asana/create-app-attachment-github-action@latest id: postAttachment with: asana-secret: ${{ secrets.ASANA_SECRET }} - name: Log output status run: echo "Status is ${{ steps.postAttachment.outputs.status }}"
what am I missing? is there a way to see a log and see what if this yml file is throwing an error?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi All,
After following the steps here: https://github.com/Asana/comment-on-task-github-action
I am getting an "access denied" in Asana as shown below:
Summary of what I did:
what am I missing? is there a way to see a log and see what if this yml file is throwing an error?
The text was updated successfully, but these errors were encountered: