Skip to content

Commit

Permalink
Make use of reusable project-add.yml (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl authored Mar 25, 2024
2 parents e208c96 + 11a4ff1 commit ace1bb5
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/project-add.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ on:

jobs:
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/SiaFoundation/projects/5
github-token: ${{ secrets.PAT_ADD_TO_PROJECT }}
uses: SiaFoundation/workflows/.github/workflows/project-add.yml@master
secrets: inherit

0 comments on commit ace1bb5

Please sign in to comment.