#83 document bandit, cleanup duplicate files, update workflow permiss… #14
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 garage 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@v1 | |
with: | |
project: ${{ vars.SENZING_PROJECT_GARAGE }} |