manually combine coverage reports, misc cleanup #59
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: add to project factory dependabot | |
on: | |
pull_request: | |
branches: [main] | |
permissions: | |
repository-projects: write | |
jobs: | |
add-to-project-dependabot: | |
secrets: | |
SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }} | |
uses: senzing-factory/build-resources/.github/workflows/add-to-project-dependabot.yaml@v2 | |
with: | |
project: ${{ vars.SENZING_PROJECT_FACTORY }} |