Skip to content

Commit

Permalink
#124 reuse workflow (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam authored Apr 2, 2024
1 parent a581f82 commit 4cd6814
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/add-to-project-factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ permissions:

jobs:
add-to-project:
name: add issue to project
runs-on: ubuntu-latest

steps:
- name: assign issue to project
uses: actions/add-to-project@v0.6.1
with:
github-token: ${{ secrets.SENZING_GITHUB_ACCESS_TOKEN }}
project-url: https://github.com/orgs/${{ vars.SENZING_GITHUB_ACCOUNT_NAME }}/projects/${{ vars.SENZING_PROJECT_FACTORY }}
secrets:
SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}
uses: senzing-factory/build-resources/.github/workflows/add-to-project.yaml@v1
with:
classic: false
project-number: ${{ vars.SENZING_PROJECT_FACTORY }}
org: ${{ vars.SENZING_GITHUB_ACCOUNT_NAME }}

0 comments on commit 4cd6814

Please sign in to comment.