Skip to content

Commit

Permalink
Debug failing "Add to project" action
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelwhitton committed Apr 17, 2024
1 parent 25c32c0 commit 4fb6a01
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/auto-add-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on: [issues, pull_request]
jobs:
github-actions-automate-projects:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
repository-projects: write
steps:
- name: add-new-issues-to-repository-based-project-column
uses: docker://takanabe/github-actions-automate-projects:v0.0.1
Expand All @@ -11,5 +15,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_PROJECT_URL: https://github.com/orgs/pantheon-systems/projects/18/
GITHUB_PROJECT_COLUMN_NAME: Inbox


0 comments on commit 4fb6a01

Please sign in to comment.