Skip to content

Commit

Permalink
Update project_automation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth authored Nov 27, 2023
1 parent 95f996b commit 97a21df
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/project_automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ on:
- opened

jobs:
call-workflow:
uses: recetox/galaxytools/.github/workflows/add_issue_to_project.yml@master
secrets:
github-token: ${{ secrets.PAT }}
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
# You can target a project in a different organization
# to the issue
project-url: https://github.com/orgs/RECETOX/projects/15
github-token: ${{ secrets.PAT }}

0 comments on commit 97a21df

Please sign in to comment.